Shades of Cerise #CE3C66
Tints of Cerise #CE3C66
RGB
CMYK
RGB Variations
Color information
#CE3C66 (or 0xCE3C66) is known color: Cerise. HEX triplet: CE, 3C and 66. RGB value is (206,60,102). Sum of RGB (Red+Green+Blue) = 206+60+102=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C66 is #31C399. Grayscale: #6C6C6C. Windows color (decimal): -3261338 or 6700238. OLE color: 6700238.
HSL color Cylindrical-coordinate representation of color #CE3C66: hue angle of 342.74º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C66 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 102 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.19 |
| HSL | 342.74º | 0.6% | 0.52% | - |
| HSV(B) | 342.74º | 0.71% | 0.81% | - |
| XYZ | 29.47 | 17.31 | 14.36 | - |
| YUV | 108.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 102 | 0 | 0.71 | 0.50 | 0.19 | 342.74 | 0.6 | 0.52 |
| Hex | CE | 3C | 66 | 0 | 47 | 32 | 13 | 157 | 3C | 34 |
| Octal | 316 | 74 | 146 | 0 | 107 | 62 | 23 | 527 | 74 | 64 |
| Binary | 11001110 | 111100 | 1100110 | 0 | 1000111 | 110010 | 10011 | 101010111 | 111100 | 110100 |
Color Harmonies of #CE3C66
Complementary color
Monochromatic Colors of #CE3C66
Black with #CE3C66
Text Example
Text Example
White with #CE3C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C66; }
p { color: rgb(206,60,102); }
H1.HeaderClassName
{
color: #CE3C66;
}
.AnyTagClassName
{
color: #CE3C66;
}
</style>
background-color css
<style>
a { background-color: #CE3C66; }
a { background-color: rgb(206,60,102); }
div.DivClassName
{
background-color: #CE3C66;
}
.BgClassName
{
background-color: #CE3C66;
}
</style>
border-color css
<style>
span { border-color: #CE3C66; }
span { border-color: rgb(206,60,102); }
td.TdClassName
{
border-color: #CE3C66;
}
.TagClassName
{
border-color: #CE3C66;
}
</style>