Shades of Cerise #CA2A66
Tints of Cerise #CA2A66
RGB
CMYK
RGB Variations
Color information
#CA2A66 (or 0xCA2A66) is known color: Cerise. HEX triplet: CA, 2A and 66. RGB value is (202,42,102). Sum of RGB (Red+Green+Blue) = 202+42+102=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A66 is #35D599. Grayscale: #606060. Windows color (decimal): -3528090 or 6695626. OLE color: 6695626.
HSL color Cylindrical-coordinate representation of color #CA2A66: hue angle of 337.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A66 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 102 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.21 |
| HSL | 337.5º | 0.66% | 0.48% | - |
| HSV(B) | 337.5º | 0.79% | 0.79% | - |
| XYZ | 27.58 | 15.17 | 14.05 | - |
| YUV | 96.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 102 | 0 | 0.79 | 0.50 | 0.21 | 337.5 | 0.66 | 0.48 |
| Hex | CA | 2A | 66 | 0 | 4F | 32 | 15 | 152 | 42 | 30 |
| Octal | 312 | 52 | 146 | 0 | 117 | 62 | 25 | 522 | 102 | 60 |
| Binary | 11001010 | 101010 | 1100110 | 0 | 1001111 | 110010 | 10101 | 101010010 | 1000010 | 110000 |
Color Harmonies of #CA2A66
Complementary color
Monochromatic Colors of #CA2A66
Black with #CA2A66
Text Example
Text Example
White with #CA2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A66; }
p { color: rgb(202,42,102); }
H1.HeaderClassName
{
color: #CA2A66;
}
.AnyTagClassName
{
color: #CA2A66;
}
</style>
background-color css
<style>
a { background-color: #CA2A66; }
a { background-color: rgb(202,42,102); }
div.DivClassName
{
background-color: #CA2A66;
}
.BgClassName
{
background-color: #CA2A66;
}
</style>
border-color css
<style>
span { border-color: #CA2A66; }
span { border-color: rgb(202,42,102); }
td.TdClassName
{
border-color: #CA2A66;
}
.TagClassName
{
border-color: #CA2A66;
}
</style>