Shades of Cerise #CA3C60
Tints of Cerise #CA3C60
RGB
CMYK
RGB Variations
Color information
#CA3C60 (or 0xCA3C60) is known color: Cerise. HEX triplet: CA, 3C and 60. RGB value is (202,60,96). Sum of RGB (Red+Green+Blue) = 202+60+96=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C60 is #35C39F. Grayscale: #6A6A6A. Windows color (decimal): -3523488 or 6307018. OLE color: 6307018.
HSL color Cylindrical-coordinate representation of color #CA3C60: hue angle of 344.79º 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 #CA3C60 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 96 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.21 |
| HSL | 344.79º | 0.57% | 0.51% | - |
| HSV(B) | 344.79º | 0.7% | 0.79% | - |
| XYZ | 28.08 | 16.63 | 12.8 | - |
| YUV | 106.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 96 | 0 | 0.70 | 0.52 | 0.21 | 344.79 | 0.57 | 0.51 |
| Hex | CA | 3C | 60 | 0 | 46 | 34 | 15 | 159 | 39 | 33 |
| Octal | 312 | 74 | 140 | 0 | 106 | 64 | 25 | 531 | 71 | 63 |
| Binary | 11001010 | 111100 | 1100000 | 0 | 1000110 | 110100 | 10101 | 101011001 | 111001 | 110011 |
Color Harmonies of #CA3C60
Complementary color
Monochromatic Colors of #CA3C60
Black with #CA3C60
Text Example
Text Example
White with #CA3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C60; }
p { color: rgb(202,60,96); }
H1.HeaderClassName
{
color: #CA3C60;
}
.AnyTagClassName
{
color: #CA3C60;
}
</style>
background-color css
<style>
a { background-color: #CA3C60; }
a { background-color: rgb(202,60,96); }
div.DivClassName
{
background-color: #CA3C60;
}
.BgClassName
{
background-color: #CA3C60;
}
</style>
border-color css
<style>
span { border-color: #CA3C60; }
span { border-color: rgb(202,60,96); }
td.TdClassName
{
border-color: #CA3C60;
}
.TagClassName
{
border-color: #CA3C60;
}
</style>