Shades of Cerise #CB2860
Tints of Cerise #CB2860
RGB
CMYK
RGB Variations
Color information
#CB2860 (or 0xCB2860) is known color: Cerise. HEX triplet: CB, 28 and 60. RGB value is (203,40,96). Sum of RGB (Red+Green+Blue) = 203+40+96=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2860 is #34D79F. Grayscale: #5F5F5F. Windows color (decimal): -3463072 or 6301899. OLE color: 6301899.
HSL color Cylindrical-coordinate representation of color #CB2860: hue angle of 339.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2860 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 96 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.20 |
| HSL | 339.39º | 0.67% | 0.48% | - |
| HSV(B) | 339.39º | 0.8% | 0.8% | - |
| XYZ | 27.5 | 15.06 | 12.52 | - |
| YUV | 95.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 96 | 0 | 0.80 | 0.53 | 0.20 | 339.39 | 0.67 | 0.48 |
| Hex | CB | 28 | 60 | 0 | 50 | 35 | 14 | 153 | 43 | 30 |
| Octal | 313 | 50 | 140 | 0 | 120 | 65 | 24 | 523 | 103 | 60 |
| Binary | 11001011 | 101000 | 1100000 | 0 | 1010000 | 110101 | 10100 | 101010011 | 1000011 | 110000 |
Color Harmonies of #CB2860
Complementary color
Monochromatic Colors of #CB2860
Black with #CB2860
Text Example
Text Example
White with #CB2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2860; }
p { color: rgb(203,40,96); }
H1.HeaderClassName
{
color: #CB2860;
}
.AnyTagClassName
{
color: #CB2860;
}
</style>
background-color css
<style>
a { background-color: #CB2860; }
a { background-color: rgb(203,40,96); }
div.DivClassName
{
background-color: #CB2860;
}
.BgClassName
{
background-color: #CB2860;
}
</style>
border-color css
<style>
span { border-color: #CB2860; }
span { border-color: rgb(203,40,96); }
td.TdClassName
{
border-color: #CB2860;
}
.TagClassName
{
border-color: #CB2860;
}
</style>