Shades of Cerise #CA2266
Tints of Cerise #CA2266
RGB
CMYK
RGB Variations
Color information
#CA2266 (or 0xCA2266) is known color: Cerise. HEX triplet: CA, 22 and 66. RGB value is (202,34,102). Sum of RGB (Red+Green+Blue) = 202+34+102=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2266 is #35DD99. Grayscale: #5B5B5B. Windows color (decimal): -3530138 or 6693578. OLE color: 6693578.
HSL color Cylindrical-coordinate representation of color #CA2266: hue angle of 335.71º degrees, saturation: 0.71, 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 #CA2266 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 102 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.21 |
| HSL | 335.71º | 0.71% | 0.46% | - |
| HSV(B) | 335.71º | 0.83% | 0.79% | - |
| XYZ | 27.33 | 14.66 | 13.96 | - |
| YUV | 91.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 102 | 0 | 0.83 | 0.50 | 0.21 | 335.71 | 0.71 | 0.46 |
| Hex | CA | 22 | 66 | 0 | 53 | 32 | 15 | 150 | 47 | 2E |
| Octal | 312 | 42 | 146 | 0 | 123 | 62 | 25 | 520 | 107 | 56 |
| Binary | 11001010 | 100010 | 1100110 | 0 | 1010011 | 110010 | 10101 | 101010000 | 1000111 | 101110 |
Color Harmonies of #CA2266
Complementary color
Monochromatic Colors of #CA2266
Black with #CA2266
Text Example
Text Example
White with #CA2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2266; }
p { color: rgb(202,34,102); }
H1.HeaderClassName
{
color: #CA2266;
}
.AnyTagClassName
{
color: #CA2266;
}
</style>
background-color css
<style>
a { background-color: #CA2266; }
a { background-color: rgb(202,34,102); }
div.DivClassName
{
background-color: #CA2266;
}
.BgClassName
{
background-color: #CA2266;
}
</style>
border-color css
<style>
span { border-color: #CA2266; }
span { border-color: rgb(202,34,102); }
td.TdClassName
{
border-color: #CA2266;
}
.TagClassName
{
border-color: #CA2266;
}
</style>