Shades of Cerise #CA3C5E
Tints of Cerise #CA3C5E
RGB
CMYK
RGB Variations
Color information
#CA3C5E (or 0xCA3C5E) is known color: Cerise. HEX triplet: CA, 3C and 5E. RGB value is (202,60,94). Sum of RGB (Red+Green+Blue) = 202+60+94=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C5E is #35C3A1. Grayscale: #6A6A6A. Windows color (decimal): -3523490 or 6175946. OLE color: 6175946.
HSL color Cylindrical-coordinate representation of color #CA3C5E: hue angle of 345.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C5E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 94 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.21 |
| HSL | 345.63º | 0.57% | 0.51% | - |
| HSV(B) | 345.63º | 0.7% | 0.79% | - |
| XYZ | 27.99 | 16.6 | 12.32 | - |
| YUV | 106.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 94 | 0 | 0.70 | 0.53 | 0.21 | 345.63 | 0.57 | 0.51 |
| Hex | CA | 3C | 5E | 0 | 46 | 35 | 15 | 15A | 39 | 33 |
| Octal | 312 | 74 | 136 | 0 | 106 | 65 | 25 | 532 | 71 | 63 |
| Binary | 11001010 | 111100 | 1011110 | 0 | 1000110 | 110101 | 10101 | 101011010 | 111001 | 110011 |
Color Harmonies of #CA3C5E
Complementary color
Monochromatic Colors of #CA3C5E
Black with #CA3C5E
Text Example
Text Example
White with #CA3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C5E; }
p { color: rgb(202,60,94); }
H1.HeaderClassName
{
color: #CA3C5E;
}
.AnyTagClassName
{
color: #CA3C5E;
}
</style>
background-color css
<style>
a { background-color: #CA3C5E; }
a { background-color: rgb(202,60,94); }
div.DivClassName
{
background-color: #CA3C5E;
}
.BgClassName
{
background-color: #CA3C5E;
}
</style>
border-color css
<style>
span { border-color: #CA3C5E; }
span { border-color: rgb(202,60,94); }
td.TdClassName
{
border-color: #CA3C5E;
}
.TagClassName
{
border-color: #CA3C5E;
}
</style>