Shades of Cerise #CA2F66
Tints of Cerise #CA2F66
RGB
CMYK
RGB Variations
Color information
#CA2F66 (or 0xCA2F66) is known color: Cerise. HEX triplet: CA, 2F and 66. RGB value is (202,47,102). Sum of RGB (Red+Green+Blue) = 202+47+102=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F66 is #35D099. Grayscale: #636363. Windows color (decimal): -3526810 or 6696906. OLE color: 6696906.
HSL color Cylindrical-coordinate representation of color #CA2F66: hue angle of 338.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F66 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 102 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.21 |
| HSL | 338.71º | 0.62% | 0.49% | - |
| HSV(B) | 338.71º | 0.77% | 0.79% | - |
| XYZ | 27.77 | 15.55 | 14.11 | - |
| YUV | 99.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 102 | 0 | 0.77 | 0.50 | 0.21 | 338.71 | 0.62 | 0.49 |
| Hex | CA | 2F | 66 | 0 | 4D | 32 | 15 | 153 | 3E | 31 |
| Octal | 312 | 57 | 146 | 0 | 115 | 62 | 25 | 523 | 76 | 61 |
| Binary | 11001010 | 101111 | 1100110 | 0 | 1001101 | 110010 | 10101 | 101010011 | 111110 | 110001 |
Color Harmonies of #CA2F66
Complementary color
Monochromatic Colors of #CA2F66
Black with #CA2F66
Text Example
Text Example
White with #CA2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F66; }
p { color: rgb(202,47,102); }
H1.HeaderClassName
{
color: #CA2F66;
}
.AnyTagClassName
{
color: #CA2F66;
}
</style>
background-color css
<style>
a { background-color: #CA2F66; }
a { background-color: rgb(202,47,102); }
div.DivClassName
{
background-color: #CA2F66;
}
.BgClassName
{
background-color: #CA2F66;
}
</style>
border-color css
<style>
span { border-color: #CA2F66; }
span { border-color: rgb(202,47,102); }
td.TdClassName
{
border-color: #CA2F66;
}
.TagClassName
{
border-color: #CA2F66;
}
</style>