Shades of Cerise #CA3566
Tints of Cerise #CA3566
RGB
CMYK
RGB Variations
Color information
#CA3566 (or 0xCA3566) is known color: Cerise. HEX triplet: CA, 35 and 66. RGB value is (202,53,102). Sum of RGB (Red+Green+Blue) = 202+53+102=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3566 is #35CA99. Grayscale: #676767. Windows color (decimal): -3525274 or 6698442. OLE color: 6698442.
HSL color Cylindrical-coordinate representation of color #CA3566: hue angle of 340.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3566 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 102 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.21 |
| HSL | 340.27º | 0.58% | 0.5% | - |
| HSV(B) | 340.27º | 0.74% | 0.79% | - |
| XYZ | 28.03 | 16.06 | 14.19 | - |
| YUV | 103.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 102 | 0 | 0.74 | 0.50 | 0.21 | 340.27 | 0.58 | 0.5 |
| Hex | CA | 35 | 66 | 0 | 4A | 32 | 15 | 154 | 3A | 32 |
| Octal | 312 | 65 | 146 | 0 | 112 | 62 | 25 | 524 | 72 | 62 |
| Binary | 11001010 | 110101 | 1100110 | 0 | 1001010 | 110010 | 10101 | 101010100 | 111010 | 110010 |
Color Harmonies of #CA3566
Complementary color
Monochromatic Colors of #CA3566
Black with #CA3566
Text Example
Text Example
White with #CA3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3566; }
p { color: rgb(202,53,102); }
H1.HeaderClassName
{
color: #CA3566;
}
.AnyTagClassName
{
color: #CA3566;
}
</style>
background-color css
<style>
a { background-color: #CA3566; }
a { background-color: rgb(202,53,102); }
div.DivClassName
{
background-color: #CA3566;
}
.BgClassName
{
background-color: #CA3566;
}
</style>
border-color css
<style>
span { border-color: #CA3566; }
span { border-color: rgb(202,53,102); }
td.TdClassName
{
border-color: #CA3566;
}
.TagClassName
{
border-color: #CA3566;
}
</style>