Shades of Cerise #CA2264
Tints of Cerise #CA2264
RGB
CMYK
RGB Variations
Color information
#CA2264 (or 0xCA2264) is known color: Cerise. HEX triplet: CA, 22 and 64. RGB value is (202,34,100). Sum of RGB (Red+Green+Blue) = 202+34+100=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2264 is #35DD9B. Grayscale: #5B5B5B. Windows color (decimal): -3530140 or 6562506. OLE color: 6562506.
HSL color Cylindrical-coordinate representation of color #CA2264: hue angle of 336.43º 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 #CA2264 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 100 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.21 |
| HSL | 336.43º | 0.71% | 0.46% | - |
| HSV(B) | 336.43º | 0.83% | 0.79% | - |
| XYZ | 27.23 | 14.62 | 13.44 | - |
| YUV | 91.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 100 | 0 | 0.83 | 0.50 | 0.21 | 336.43 | 0.71 | 0.46 |
| Hex | CA | 22 | 64 | 0 | 53 | 32 | 15 | 150 | 47 | 2E |
| Octal | 312 | 42 | 144 | 0 | 123 | 62 | 25 | 520 | 107 | 56 |
| Binary | 11001010 | 100010 | 1100100 | 0 | 1010011 | 110010 | 10101 | 101010000 | 1000111 | 101110 |
Color Harmonies of #CA2264
Complementary color
Monochromatic Colors of #CA2264
Black with #CA2264
Text Example
Text Example
White with #CA2264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2264; }
p { color: rgb(202,34,100); }
H1.HeaderClassName
{
color: #CA2264;
}
.AnyTagClassName
{
color: #CA2264;
}
</style>
background-color css
<style>
a { background-color: #CA2264; }
a { background-color: rgb(202,34,100); }
div.DivClassName
{
background-color: #CA2264;
}
.BgClassName
{
background-color: #CA2264;
}
</style>
border-color css
<style>
span { border-color: #CA2264; }
span { border-color: rgb(202,34,100); }
td.TdClassName
{
border-color: #CA2264;
}
.TagClassName
{
border-color: #CA2264;
}
</style>