Shades of Cerise #CA2367
Tints of Cerise #CA2367
RGB
CMYK
RGB Variations
Color information
#CA2367 (or 0xCA2367) is known color: Cerise. HEX triplet: CA, 23 and 67. RGB value is (202,35,103). Sum of RGB (Red+Green+Blue) = 202+35+103=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2367 is #35DC98. Grayscale: #5C5C5C. Windows color (decimal): -3529881 or 6759370. OLE color: 6759370.
HSL color Cylindrical-coordinate representation of color #CA2367: hue angle of 335.57º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2367 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 103 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.21 |
| HSL | 335.57º | 0.7% | 0.46% | - |
| HSV(B) | 335.57º | 0.83% | 0.79% | - |
| XYZ | 27.41 | 14.74 | 14.23 | - |
| YUV | 92.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 103 | 0 | 0.83 | 0.49 | 0.21 | 335.57 | 0.7 | 0.46 |
| Hex | CA | 23 | 67 | 0 | 53 | 31 | 15 | 150 | 46 | 2E |
| Octal | 312 | 43 | 147 | 0 | 123 | 61 | 25 | 520 | 106 | 56 |
| Binary | 11001010 | 100011 | 1100111 | 0 | 1010011 | 110001 | 10101 | 101010000 | 1000110 | 101110 |
Color Harmonies of #CA2367
Complementary color
Monochromatic Colors of #CA2367
Black with #CA2367
Text Example
Text Example
White with #CA2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2367; }
p { color: rgb(202,35,103); }
H1.HeaderClassName
{
color: #CA2367;
}
.AnyTagClassName
{
color: #CA2367;
}
</style>
background-color css
<style>
a { background-color: #CA2367; }
a { background-color: rgb(202,35,103); }
div.DivClassName
{
background-color: #CA2367;
}
.BgClassName
{
background-color: #CA2367;
}
</style>
border-color css
<style>
span { border-color: #CA2367; }
span { border-color: rgb(202,35,103); }
td.TdClassName
{
border-color: #CA2367;
}
.TagClassName
{
border-color: #CA2367;
}
</style>