Shades of Cerise #CA3465
Tints of Cerise #CA3465
RGB
CMYK
RGB Variations
Color information
#CA3465 (or 0xCA3465) is known color: Cerise. HEX triplet: CA, 34 and 65. RGB value is (202,52,101). Sum of RGB (Red+Green+Blue) = 202+52+101=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3465 is #35CB9A. Grayscale: #666666. Windows color (decimal): -3525531 or 6632650. OLE color: 6632650.
HSL color Cylindrical-coordinate representation of color #CA3465: hue angle of 340.4º degrees, saturation: 0.59, 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 #CA3465 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 101 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.21 |
| HSL | 340.4º | 0.59% | 0.5% | - |
| HSV(B) | 340.4º | 0.74% | 0.79% | - |
| XYZ | 27.93 | 15.95 | 13.92 | - |
| YUV | 102.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 101 | 0 | 0.74 | 0.50 | 0.21 | 340.4 | 0.59 | 0.5 |
| Hex | CA | 34 | 65 | 0 | 4A | 32 | 15 | 154 | 3B | 32 |
| Octal | 312 | 64 | 145 | 0 | 112 | 62 | 25 | 524 | 73 | 62 |
| Binary | 11001010 | 110100 | 1100101 | 0 | 1001010 | 110010 | 10101 | 101010100 | 111011 | 110010 |
Color Harmonies of #CA3465
Complementary color
Monochromatic Colors of #CA3465
Black with #CA3465
Text Example
Text Example
White with #CA3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3465; }
p { color: rgb(202,52,101); }
H1.HeaderClassName
{
color: #CA3465;
}
.AnyTagClassName
{
color: #CA3465;
}
</style>
background-color css
<style>
a { background-color: #CA3465; }
a { background-color: rgb(202,52,101); }
div.DivClassName
{
background-color: #CA3465;
}
.BgClassName
{
background-color: #CA3465;
}
</style>
border-color css
<style>
span { border-color: #CA3465; }
span { border-color: rgb(202,52,101); }
td.TdClassName
{
border-color: #CA3465;
}
.TagClassName
{
border-color: #CA3465;
}
</style>