Shades of Cerise #CA296C
Tints of Cerise #CA296C
RGB
CMYK
RGB Variations
Color information
#CA296C (or 0xCA296C) is known color: Cerise. HEX triplet: CA, 29 and 6C. RGB value is (202,41,108). Sum of RGB (Red+Green+Blue) = 202+41+108=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA296C is #35D693. Grayscale: #606060. Windows color (decimal): -3528340 or 7088586. OLE color: 7088586.
HSL color Cylindrical-coordinate representation of color #CA296C: hue angle of 335.03º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA296C is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.21 |
| HSL | 335.03º | 0.66% | 0.48% | - |
| HSV(B) | 335.03º | 0.8% | 0.79% | - |
| XYZ | 27.86 | 15.23 | 15.66 | - |
| YUV | 96.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 108 | 0 | 0.80 | 0.47 | 0.21 | 335.03 | 0.66 | 0.48 |
| Hex | CA | 29 | 6C | 0 | 50 | 2F | 15 | 14F | 42 | 30 |
| Octal | 312 | 51 | 154 | 0 | 120 | 57 | 25 | 517 | 102 | 60 |
| Binary | 11001010 | 101001 | 1101100 | 0 | 1010000 | 101111 | 10101 | 101001111 | 1000010 | 110000 |
Color Harmonies of #CA296C
Complementary color
Monochromatic Colors of #CA296C
Black with #CA296C
Text Example
Text Example
White with #CA296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA296C; }
p { color: rgb(202,41,108); }
H1.HeaderClassName
{
color: #CA296C;
}
.AnyTagClassName
{
color: #CA296C;
}
</style>
background-color css
<style>
a { background-color: #CA296C; }
a { background-color: rgb(202,41,108); }
div.DivClassName
{
background-color: #CA296C;
}
.BgClassName
{
background-color: #CA296C;
}
</style>
border-color css
<style>
span { border-color: #CA296C; }
span { border-color: rgb(202,41,108); }
td.TdClassName
{
border-color: #CA296C;
}
.TagClassName
{
border-color: #CA296C;
}
</style>