Shades of Cerise #CB2865
Tints of Cerise #CB2865
RGB
CMYK
RGB Variations
Color information
#CB2865 (or 0xCB2865) is known color: Cerise. HEX triplet: CB, 28 and 65. RGB value is (203,40,101). Sum of RGB (Red+Green+Blue) = 203+40+101=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2865 is #34D79A. Grayscale: #5F5F5F. Windows color (decimal): -3463067 or 6629579. OLE color: 6629579.
HSL color Cylindrical-coordinate representation of color #CB2865: hue angle of 337.55º 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 #CB2865 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 101 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.20 |
| HSL | 337.55º | 0.67% | 0.48% | - |
| HSV(B) | 337.55º | 0.8% | 0.8% | - |
| XYZ | 27.74 | 15.15 | 13.78 | - |
| YUV | 95.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 101 | 0 | 0.80 | 0.50 | 0.20 | 337.55 | 0.67 | 0.48 |
| Hex | CB | 28 | 65 | 0 | 50 | 32 | 14 | 152 | 43 | 30 |
| Octal | 313 | 50 | 145 | 0 | 120 | 62 | 24 | 522 | 103 | 60 |
| Binary | 11001011 | 101000 | 1100101 | 0 | 1010000 | 110010 | 10100 | 101010010 | 1000011 | 110000 |
Color Harmonies of #CB2865
Complementary color
Monochromatic Colors of #CB2865
Black with #CB2865
Text Example
Text Example
White with #CB2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2865; }
p { color: rgb(203,40,101); }
H1.HeaderClassName
{
color: #CB2865;
}
.AnyTagClassName
{
color: #CB2865;
}
</style>
background-color css
<style>
a { background-color: #CB2865; }
a { background-color: rgb(203,40,101); }
div.DivClassName
{
background-color: #CB2865;
}
.BgClassName
{
background-color: #CB2865;
}
</style>
border-color css
<style>
span { border-color: #CB2865; }
span { border-color: rgb(203,40,101); }
td.TdClassName
{
border-color: #CB2865;
}
.TagClassName
{
border-color: #CB2865;
}
</style>