crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cc6689 hex color - Violet - Warm color - Information

#cc6689 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc6689 Color code in RGB color code model is created after adding 80% red color, 40% green color and 53.73% blue color. Hex #cc6689 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 33% yellow and 20% black.

Hex #cc6689 color code is between #bb5588 web safe hex color code and #dd7799 web safe hex color code. #bb5588 is the nearest web safe color code. You can see here many more shades of #cc6689 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc6689#cc6689
RGB Decimal204, 102, 137rgb(204, 102, 137)
RGB Percent80%, 40%, 54%rgb(80%, 40%, 54%)
CSS RGBa204, 102, 137,1rgba(204,102,137,1)
CMYK Modelcmyk(0%,50%,33%,20%)
HSL Color Space339,50% ,60%hsl(339,50% ,60%)
HSV Color Space339°, 50%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110011010001001
Octal314146211
Decimal204102137
Hexcc6689

Different shades of #cc6689 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #cc6689
#d98ca6
Dark Shade of #cc6689
#bf406b
Saturated Shade of #cc6689
#d65c86
Desaturated Shade of #cc6689
#c2708c
Grey scale Shade of #cc6689
#999999
Brighten Shade
#e57fa2
Most Readable Shade
#FFFFFF

Shades of #cc6689 color code

Generate more color scales with scales (color stack) generator.

#cc6689
#b55a79
#9e4f6a
#88445b
#71384c
#5a2d3c
#44222d
#2d161e
#160b0f
#000000

Similar Color like #cc6689 color

Find visually similar hex color codes nearing to #cc6689 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cd678a
#ce688b
#cf698c
#d06a8d
#d16b8e
#d26c8f
#d36d90
#d46e91
#d56f92
#d67093
#d77194
#d87295
#d97396
#da7497
#cb6588
#ca6487
#c96386
#c86285
#c76184
#c66083
#c55f82
#c45e81
#c35d80
#c25c7f
#c15b7e
#c05a7d
#bf597c
#be587b

Monochromatic Color with #cc6689

#cc6689
#f67ba6
#221117
#4c2633
#773b50
#a1516c

Tints of #cc6689 Color

#cc6689
#d17796
#d788a3
#dd99b0
#e2aabd
#e8bbca
#eeccd7
#f3dde4
#f9eef1
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cc6689
#66cca9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cc6689
#66cc76
#66bccc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cc66b2
#cc669d
#cc6689
#cc6675
#cc6c66

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cc6689
#89cc66
#6689cc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cc6689
#bccc66
#66cca9
#7666cc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cc6689
#66cca9
#66bccc
#cc7666

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #cc6689 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cc6689 Color Code Preview on Black Background Color

This is how #cc6689 Color will look on black background color. Color contrast ratio is 5.83

#cc6689 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cc6689">Your Example Paragraph content text in with font color #cc6689 </p>

Your Example Paragraph content text in with font color #cc6689

HTML with inline CSS

<div style="color:#cc6689">Your Paragraph text in with font color #cc6689 </div>

Your Example Paragraph content text in with font color #cc6689

#cc6689 color code is use for CSS Background Color

Background color for the above div is #cc6689

HTML with inline CSS

<div style="background-color:#cc6689;"></div>

#cc6689 color code is use for CSS Border Color

CSS Border color for the above div is #cc6689

HTML with inline CSS

<div style="border:5px solid #cc6689;"></div>

CSS Border Left color for the above div is #cc6689

HTML with inline CSS

<div style="border-left:5px solid #cc6689;"></div>

CSS Border Right color for the above div is #cc6689

HTML with inline CSS

<div style="border-right:5px solid #cc6689;"></div>

CSS Border Bottom color for the above div is #cc6689

HTML with inline CSS

<div style="border-bottom:5px solid #cc6689;"></div>

CSS Border Top color for the above div is #cc6689

HTML with inline CSS

<div style="border-top:5px solid #cc6689;"></div>

#cc6689 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cc6689; } .examplecolorclass {color:#cc6689; } .examplebordercolor {border:3px solid #cc6689; }

#cc6689 Color code Preview on White Background

This is how #cc6689 Color code will look on white background color. Color contrast ratio is 3.60

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cc6689; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cc6689; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.