Shades of Cerise #CA286B
Tints of Cerise #CA286B
RGB
CMYK
RGB Variations
Color information
#CA286B (or 0xCA286B) is known color: Cerise. HEX triplet: CA, 28 and 6B. RGB value is (202,40,107). Sum of RGB (Red+Green+Blue) = 202+40+107=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA286B is #35D794. Grayscale: #5F5F5F. Windows color (decimal): -3528597 or 7022794. OLE color: 7022794.
HSL color Cylindrical-coordinate representation of color #CA286B: hue angle of 335.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA286B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 107 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.21 |
| HSL | 335.19º | 0.67% | 0.47% | - |
| HSV(B) | 335.19º | 0.8% | 0.79% | - |
| XYZ | 27.77 | 15.14 | 15.37 | - |
| YUV | 96.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 107 | 0 | 0.80 | 0.47 | 0.21 | 335.19 | 0.67 | 0.47 |
| Hex | CA | 28 | 6B | 0 | 50 | 2F | 15 | 14F | 43 | 2F |
| Octal | 312 | 50 | 153 | 0 | 120 | 57 | 25 | 517 | 103 | 57 |
| Binary | 11001010 | 101000 | 1101011 | 0 | 1010000 | 101111 | 10101 | 101001111 | 1000011 | 101111 |
Color Harmonies of #CA286B
Complementary color
Monochromatic Colors of #CA286B
Black with #CA286B
Text Example
Text Example
White with #CA286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA286B; }
p { color: rgb(202,40,107); }
H1.HeaderClassName
{
color: #CA286B;
}
.AnyTagClassName
{
color: #CA286B;
}
</style>
background-color css
<style>
a { background-color: #CA286B; }
a { background-color: rgb(202,40,107); }
div.DivClassName
{
background-color: #CA286B;
}
.BgClassName
{
background-color: #CA286B;
}
</style>
border-color css
<style>
span { border-color: #CA286B; }
span { border-color: rgb(202,40,107); }
td.TdClassName
{
border-color: #CA286B;
}
.TagClassName
{
border-color: #CA286B;
}
</style>