Shades of Cerise #CA2764
Tints of Cerise #CA2764
RGB
CMYK
RGB Variations
Color information
#CA2764 (or 0xCA2764) is known color: Cerise. HEX triplet: CA, 27 and 64. RGB value is (202,39,100). Sum of RGB (Red+Green+Blue) = 202+39+100=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2764 is #35D89B. Grayscale: #5E5E5E. Windows color (decimal): -3528860 or 6563786. OLE color: 6563786.
HSL color Cylindrical-coordinate representation of color #CA2764: hue angle of 337.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2764 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 100 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.21 |
| HSL | 337.55º | 0.68% | 0.47% | - |
| HSV(B) | 337.55º | 0.81% | 0.79% | - |
| XYZ | 27.38 | 14.93 | 13.49 | - |
| YUV | 94.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 100 | 0 | 0.81 | 0.50 | 0.21 | 337.55 | 0.68 | 0.47 |
| Hex | CA | 27 | 64 | 0 | 51 | 32 | 15 | 152 | 44 | 2F |
| Octal | 312 | 47 | 144 | 0 | 121 | 62 | 25 | 522 | 104 | 57 |
| Binary | 11001010 | 100111 | 1100100 | 0 | 1010001 | 110010 | 10101 | 101010010 | 1000100 | 101111 |
Color Harmonies of #CA2764
Complementary color
Monochromatic Colors of #CA2764
Black with #CA2764
Text Example
Text Example
White with #CA2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2764; }
p { color: rgb(202,39,100); }
H1.HeaderClassName
{
color: #CA2764;
}
.AnyTagClassName
{
color: #CA2764;
}
</style>
background-color css
<style>
a { background-color: #CA2764; }
a { background-color: rgb(202,39,100); }
div.DivClassName
{
background-color: #CA2764;
}
.BgClassName
{
background-color: #CA2764;
}
</style>
border-color css
<style>
span { border-color: #CA2764; }
span { border-color: rgb(202,39,100); }
td.TdClassName
{
border-color: #CA2764;
}
.TagClassName
{
border-color: #CA2764;
}
</style>