Shades of Cerise #CB3666
Tints of Cerise #CB3666
RGB
CMYK
RGB Variations
Color information
#CB3666 (or 0xCB3666) is known color: Cerise. HEX triplet: CB, 36 and 66. RGB value is (203,54,102). Sum of RGB (Red+Green+Blue) = 203+54+102=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3666 is #34C999. Grayscale: #676767. Windows color (decimal): -3459482 or 6698699. OLE color: 6698699.
HSL color Cylindrical-coordinate representation of color #CB3666: hue angle of 340.67º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3666 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 102 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.20 |
| HSL | 340.67º | 0.59% | 0.5% | - |
| HSV(B) | 340.67º | 0.73% | 0.8% | - |
| XYZ | 28.35 | 16.29 | 14.22 | - |
| YUV | 104.02 | 126.86 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 102 | 0 | 0.73 | 0.50 | 0.20 | 340.67 | 0.59 | 0.5 |
| Hex | CB | 36 | 66 | 0 | 49 | 32 | 14 | 155 | 3B | 32 |
| Octal | 313 | 66 | 146 | 0 | 111 | 62 | 24 | 525 | 73 | 62 |
| Binary | 11001011 | 110110 | 1100110 | 0 | 1001001 | 110010 | 10100 | 101010101 | 111011 | 110010 |
Color Harmonies of #CB3666
Complementary color
Monochromatic Colors of #CB3666
Black with #CB3666
Text Example
Text Example
White with #CB3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3666; }
p { color: rgb(203,54,102); }
H1.HeaderClassName
{
color: #CB3666;
}
.AnyTagClassName
{
color: #CB3666;
}
</style>
background-color css
<style>
a { background-color: #CB3666; }
a { background-color: rgb(203,54,102); }
div.DivClassName
{
background-color: #CB3666;
}
.BgClassName
{
background-color: #CB3666;
}
</style>
border-color css
<style>
span { border-color: #CB3666; }
span { border-color: rgb(203,54,102); }
td.TdClassName
{
border-color: #CB3666;
}
.TagClassName
{
border-color: #CB3666;
}
</style>