Shades of Cerise #CB2B60
Tints of Cerise #CB2B60
RGB
CMYK
RGB Variations
Color information
#CB2B60 (or 0xCB2B60) is known color: Cerise. HEX triplet: CB, 2B and 60. RGB value is (203,43,96). Sum of RGB (Red+Green+Blue) = 203+43+96=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B60 is #34D49F. Grayscale: #606060. Windows color (decimal): -3462304 or 6302667. OLE color: 6302667.
HSL color Cylindrical-coordinate representation of color #CB2B60: hue angle of 340.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B60 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 96 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.20 |
| HSL | 340.13º | 0.65% | 0.48% | - |
| HSV(B) | 340.13º | 0.79% | 0.8% | - |
| XYZ | 27.6 | 15.27 | 12.56 | - |
| YUV | 96.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 96 | 0 | 0.79 | 0.53 | 0.20 | 340.13 | 0.65 | 0.48 |
| Hex | CB | 2B | 60 | 0 | 4F | 35 | 14 | 154 | 41 | 30 |
| Octal | 313 | 53 | 140 | 0 | 117 | 65 | 24 | 524 | 101 | 60 |
| Binary | 11001011 | 101011 | 1100000 | 0 | 1001111 | 110101 | 10100 | 101010100 | 1000001 | 110000 |
Color Harmonies of #CB2B60
Complementary color
Monochromatic Colors of #CB2B60
Black with #CB2B60
Text Example
Text Example
White with #CB2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B60; }
p { color: rgb(203,43,96); }
H1.HeaderClassName
{
color: #CB2B60;
}
.AnyTagClassName
{
color: #CB2B60;
}
</style>
background-color css
<style>
a { background-color: #CB2B60; }
a { background-color: rgb(203,43,96); }
div.DivClassName
{
background-color: #CB2B60;
}
.BgClassName
{
background-color: #CB2B60;
}
</style>
border-color css
<style>
span { border-color: #CB2B60; }
span { border-color: rgb(203,43,96); }
td.TdClassName
{
border-color: #CB2B60;
}
.TagClassName
{
border-color: #CB2B60;
}
</style>