Shades of Cerise #CA296B
Tints of Cerise #CA296B
RGB
CMYK
RGB Variations
Color information
#CA296B (or 0xCA296B) is known color: Cerise. HEX triplet: CA, 29 and 6B. RGB value is (202,41,107). Sum of RGB (Red+Green+Blue) = 202+41+107=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA296B is #35D694. Grayscale: #606060. Windows color (decimal): -3528341 or 7023050. OLE color: 7023050.
HSL color Cylindrical-coordinate representation of color #CA296B: hue angle of 335.4º 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 #CA296B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 107 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.21 |
| HSL | 335.4º | 0.66% | 0.48% | - |
| HSV(B) | 335.4º | 0.8% | 0.79% | - |
| XYZ | 27.8 | 15.2 | 15.38 | - |
| YUV | 96.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 107 | 0 | 0.80 | 0.47 | 0.21 | 335.4 | 0.66 | 0.48 |
| Hex | CA | 29 | 6B | 0 | 50 | 2F | 15 | 14F | 42 | 30 |
| Octal | 312 | 51 | 153 | 0 | 120 | 57 | 25 | 517 | 102 | 60 |
| Binary | 11001010 | 101001 | 1101011 | 0 | 1010000 | 101111 | 10101 | 101001111 | 1000010 | 110000 |
Color Harmonies of #CA296B
Complementary color
Monochromatic Colors of #CA296B
Black with #CA296B
Text Example
Text Example
White with #CA296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA296B; }
p { color: rgb(202,41,107); }
H1.HeaderClassName
{
color: #CA296B;
}
.AnyTagClassName
{
color: #CA296B;
}
</style>
background-color css
<style>
a { background-color: #CA296B; }
a { background-color: rgb(202,41,107); }
div.DivClassName
{
background-color: #CA296B;
}
.BgClassName
{
background-color: #CA296B;
}
</style>
border-color css
<style>
span { border-color: #CA296B; }
span { border-color: rgb(202,41,107); }
td.TdClassName
{
border-color: #CA296B;
}
.TagClassName
{
border-color: #CA296B;
}
</style>