Shades of Can Can #CE87A0
Tints of Can Can #CE87A0
RGB
CMYK
RGB Variations
Color information
#CE87A0 (or 0xCE87A0) is known color: Can Can. HEX triplet: CE, 87 and A0. RGB value is (206,135,160). Sum of RGB (Red+Green+Blue) = 206+135+160=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE87A0 is #31785F. Grayscale: #9F9F9F. Windows color (decimal): -3242080 or 10520526. OLE color: 10520526.
HSL color Cylindrical-coordinate representation of color #CE87A0: hue angle of 338.87º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87A0 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 160 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.19 |
| HSL | 338.87º | 0.42% | 0.67% | - |
| HSV(B) | 338.87º | 0.34% | 0.81% | - |
| XYZ | 40.46 | 32.99 | 37.49 | - |
| YUV | 159.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 160 | 0 | 0.34 | 0.22 | 0.19 | 338.87 | 0.42 | 0.67 |
| Hex | CE | 87 | A0 | 0 | 22 | 16 | 13 | 153 | 2A | 43 |
| Octal | 316 | 207 | 240 | 0 | 42 | 26 | 23 | 523 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10100000 | 0 | 100010 | 10110 | 10011 | 101010011 | 101010 | 1000011 |
Color Harmonies of #CE87A0
Complementary color
Monochromatic Colors of #CE87A0
Black with #CE87A0
Text Example
Text Example
White with #CE87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87A0; }
p { color: rgb(206,135,160); }
H1.HeaderClassName
{
color: #CE87A0;
}
.AnyTagClassName
{
color: #CE87A0;
}
</style>
background-color css
<style>
a { background-color: #CE87A0; }
a { background-color: rgb(206,135,160); }
div.DivClassName
{
background-color: #CE87A0;
}
.BgClassName
{
background-color: #CE87A0;
}
</style>
border-color css
<style>
span { border-color: #CE87A0; }
span { border-color: rgb(206,135,160); }
td.TdClassName
{
border-color: #CE87A0;
}
.TagClassName
{
border-color: #CE87A0;
}
</style>