Shades of Cerise #CA286A
Tints of Cerise #CA286A
RGB
CMYK
RGB Variations
Color information
#CA286A (or 0xCA286A) is known color: Cerise. HEX triplet: CA, 28 and 6A. RGB value is (202,40,106). Sum of RGB (Red+Green+Blue) = 202+40+106=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA286A is #35D795. Grayscale: #5F5F5F. Windows color (decimal): -3528598 or 6957258. OLE color: 6957258.
HSL color Cylindrical-coordinate representation of color #CA286A: hue angle of 335.56º 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 #CA286A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 106 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.21 |
| HSL | 335.56º | 0.67% | 0.47% | - |
| HSV(B) | 335.56º | 0.8% | 0.79% | - |
| XYZ | 27.72 | 15.11 | 15.09 | - |
| YUV | 95.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 106 | 0 | 0.80 | 0.48 | 0.21 | 335.56 | 0.67 | 0.47 |
| Hex | CA | 28 | 6A | 0 | 50 | 30 | 15 | 150 | 43 | 2F |
| Octal | 312 | 50 | 152 | 0 | 120 | 60 | 25 | 520 | 103 | 57 |
| Binary | 11001010 | 101000 | 1101010 | 0 | 1010000 | 110000 | 10101 | 101010000 | 1000011 | 101111 |
Color Harmonies of #CA286A
Complementary color
Monochromatic Colors of #CA286A
Black with #CA286A
Text Example
Text Example
White with #CA286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA286A; }
p { color: rgb(202,40,106); }
H1.HeaderClassName
{
color: #CA286A;
}
.AnyTagClassName
{
color: #CA286A;
}
</style>
background-color css
<style>
a { background-color: #CA286A; }
a { background-color: rgb(202,40,106); }
div.DivClassName
{
background-color: #CA286A;
}
.BgClassName
{
background-color: #CA286A;
}
</style>
border-color css
<style>
span { border-color: #CA286A; }
span { border-color: rgb(202,40,106); }
td.TdClassName
{
border-color: #CA286A;
}
.TagClassName
{
border-color: #CA286A;
}
</style>