Shades of Cerise #CA3A60
Tints of Cerise #CA3A60
RGB
CMYK
RGB Variations
Color information
#CA3A60 (or 0xCA3A60) is known color: Cerise. HEX triplet: CA, 3A and 60. RGB value is (202,58,96). Sum of RGB (Red+Green+Blue) = 202+58+96=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A60 is #35C59F. Grayscale: #696969. Windows color (decimal): -3524000 or 6306506. OLE color: 6306506.
HSL color Cylindrical-coordinate representation of color #CA3A60: hue angle of 344.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A60 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 96 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.21 |
| HSL | 344.17º | 0.58% | 0.51% | - |
| HSV(B) | 344.17º | 0.71% | 0.79% | - |
| XYZ | 27.98 | 16.43 | 12.76 | - |
| YUV | 105.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 96 | 0 | 0.71 | 0.52 | 0.21 | 344.17 | 0.58 | 0.51 |
| Hex | CA | 3A | 60 | 0 | 47 | 34 | 15 | 158 | 3A | 33 |
| Octal | 312 | 72 | 140 | 0 | 107 | 64 | 25 | 530 | 72 | 63 |
| Binary | 11001010 | 111010 | 1100000 | 0 | 1000111 | 110100 | 10101 | 101011000 | 111010 | 110011 |
Color Harmonies of #CA3A60
Complementary color
Monochromatic Colors of #CA3A60
Black with #CA3A60
Text Example
Text Example
White with #CA3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A60; }
p { color: rgb(202,58,96); }
H1.HeaderClassName
{
color: #CA3A60;
}
.AnyTagClassName
{
color: #CA3A60;
}
</style>
background-color css
<style>
a { background-color: #CA3A60; }
a { background-color: rgb(202,58,96); }
div.DivClassName
{
background-color: #CA3A60;
}
.BgClassName
{
background-color: #CA3A60;
}
</style>
border-color css
<style>
span { border-color: #CA3A60; }
span { border-color: rgb(202,58,96); }
td.TdClassName
{
border-color: #CA3A60;
}
.TagClassName
{
border-color: #CA3A60;
}
</style>