Shades of Cerise #CA2867
Tints of Cerise #CA2867
RGB
CMYK
RGB Variations
Color information
#CA2867 (or 0xCA2867) is known color: Cerise. HEX triplet: CA, 28 and 67. RGB value is (202,40,103). Sum of RGB (Red+Green+Blue) = 202+40+103=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2867 is #35D798. Grayscale: #5F5F5F. Windows color (decimal): -3528601 or 6760650. OLE color: 6760650.
HSL color Cylindrical-coordinate representation of color #CA2867: hue angle of 336.67º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2867 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 103 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.21 |
| HSL | 336.67º | 0.67% | 0.47% | - |
| HSV(B) | 336.67º | 0.8% | 0.79% | - |
| XYZ | 27.56 | 15.05 | 14.28 | - |
| YUV | 95.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 103 | 0 | 0.80 | 0.49 | 0.21 | 336.67 | 0.67 | 0.47 |
| Hex | CA | 28 | 67 | 0 | 50 | 31 | 15 | 151 | 43 | 2F |
| Octal | 312 | 50 | 147 | 0 | 120 | 61 | 25 | 521 | 103 | 57 |
| Binary | 11001010 | 101000 | 1100111 | 0 | 1010000 | 110001 | 10101 | 101010001 | 1000011 | 101111 |
Color Harmonies of #CA2867
Complementary color
Monochromatic Colors of #CA2867
Black with #CA2867
Text Example
Text Example
White with #CA2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2867; }
p { color: rgb(202,40,103); }
H1.HeaderClassName
{
color: #CA2867;
}
.AnyTagClassName
{
color: #CA2867;
}
</style>
background-color css
<style>
a { background-color: #CA2867; }
a { background-color: rgb(202,40,103); }
div.DivClassName
{
background-color: #CA2867;
}
.BgClassName
{
background-color: #CA2867;
}
</style>
border-color css
<style>
span { border-color: #CA2867; }
span { border-color: rgb(202,40,103); }
td.TdClassName
{
border-color: #CA2867;
}
.TagClassName
{
border-color: #CA2867;
}
</style>