Shades of Can Can #CE8CA2
Tints of Can Can #CE8CA2
RGB
CMYK
RGB Variations
Color information
#CE8CA2 (or 0xCE8CA2) is known color: Can Can. HEX triplet: CE, 8C and A2. RGB value is (206,140,162). Sum of RGB (Red+Green+Blue) = 206+140+162=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CA2 is #31735D. Grayscale: #A2A2A2. Windows color (decimal): -3240798 or 10652878. OLE color: 10652878.
HSL color Cylindrical-coordinate representation of color #CE8CA2: hue angle of 340º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CA2 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 162 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.19 |
| HSL | 340º | 0.4% | 0.68% | - |
| HSV(B) | 340º | 0.32% | 0.81% | - |
| XYZ | 41.35 | 34.49 | 38.66 | - |
| YUV | 162.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 162 | 0 | 0.32 | 0.21 | 0.19 | 340 | 0.4 | 0.68 |
| Hex | CE | 8C | A2 | 0 | 20 | 15 | 13 | 154 | 28 | 44 |
| Octal | 316 | 214 | 242 | 0 | 40 | 25 | 23 | 524 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10100010 | 0 | 100000 | 10101 | 10011 | 101010100 | 101000 | 1000100 |
Color Harmonies of #CE8CA2
Complementary color
Monochromatic Colors of #CE8CA2
Black with #CE8CA2
Text Example
Text Example
White with #CE8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CA2; }
p { color: rgb(206,140,162); }
H1.HeaderClassName
{
color: #CE8CA2;
}
.AnyTagClassName
{
color: #CE8CA2;
}
</style>
background-color css
<style>
a { background-color: #CE8CA2; }
a { background-color: rgb(206,140,162); }
div.DivClassName
{
background-color: #CE8CA2;
}
.BgClassName
{
background-color: #CE8CA2;
}
</style>
border-color css
<style>
span { border-color: #CE8CA2; }
span { border-color: rgb(206,140,162); }
td.TdClassName
{
border-color: #CE8CA2;
}
.TagClassName
{
border-color: #CE8CA2;
}
</style>