Shades of Can Can #CE85A9
Tints of Can Can #CE85A9
RGB
CMYK
RGB Variations
Color information
#CE85A9 (or 0xCE85A9) is known color: Can Can. HEX triplet: CE, 85 and A9. RGB value is (206,133,169). Sum of RGB (Red+Green+Blue) = 206+133+169=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85A9 is #317A56. Grayscale: #9E9E9E. Windows color (decimal): -3242583 or 11109838. OLE color: 11109838.
HSL color Cylindrical-coordinate representation of color #CE85A9: hue angle of 330.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85A9 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 169 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.19 |
| HSL | 330.41º | 0.43% | 0.66% | - |
| HSV(B) | 330.41º | 0.35% | 0.81% | - |
| XYZ | 41 | 32.76 | 41.7 | - |
| YUV | 158.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 169 | 0 | 0.35 | 0.18 | 0.19 | 330.41 | 0.43 | 0.66 |
| Hex | CE | 85 | A9 | 0 | 23 | 12 | 13 | 14A | 2B | 42 |
| Octal | 316 | 205 | 251 | 0 | 43 | 22 | 23 | 512 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10101001 | 0 | 100011 | 10010 | 10011 | 101001010 | 101011 | 1000010 |
Color Harmonies of #CE85A9
Complementary color
Monochromatic Colors of #CE85A9
Black with #CE85A9
Text Example
Text Example
White with #CE85A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85A9; }
p { color: rgb(206,133,169); }
H1.HeaderClassName
{
color: #CE85A9;
}
.AnyTagClassName
{
color: #CE85A9;
}
</style>
background-color css
<style>
a { background-color: #CE85A9; }
a { background-color: rgb(206,133,169); }
div.DivClassName
{
background-color: #CE85A9;
}
.BgClassName
{
background-color: #CE85A9;
}
</style>
border-color css
<style>
span { border-color: #CE85A9; }
span { border-color: rgb(206,133,169); }
td.TdClassName
{
border-color: #CE85A9;
}
.TagClassName
{
border-color: #CE85A9;
}
</style>