Shades of Cerise #CA286D
Tints of Cerise #CA286D
RGB
CMYK
RGB Variations
Color information
#CA286D (or 0xCA286D) is known color: Cerise. HEX triplet: CA, 28 and 6D. RGB value is (202,40,109). Sum of RGB (Red+Green+Blue) = 202+40+109=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA286D is #35D792. Grayscale: #606060. Windows color (decimal): -3528595 or 7153866. OLE color: 7153866.
HSL color Cylindrical-coordinate representation of color #CA286D: hue angle of 334.44º 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 #CA286D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 109 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.21 |
| HSL | 334.44º | 0.67% | 0.47% | - |
| HSV(B) | 334.44º | 0.8% | 0.79% | - |
| XYZ | 27.88 | 15.18 | 15.93 | - |
| YUV | 96.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 109 | 0 | 0.80 | 0.46 | 0.21 | 334.44 | 0.67 | 0.47 |
| Hex | CA | 28 | 6D | 0 | 50 | 2E | 15 | 14E | 43 | 2F |
| Octal | 312 | 50 | 155 | 0 | 120 | 56 | 25 | 516 | 103 | 57 |
| Binary | 11001010 | 101000 | 1101101 | 0 | 1010000 | 101110 | 10101 | 101001110 | 1000011 | 101111 |
Color Harmonies of #CA286D
Complementary color
Monochromatic Colors of #CA286D
Black with #CA286D
Text Example
Text Example
White with #CA286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA286D; }
p { color: rgb(202,40,109); }
H1.HeaderClassName
{
color: #CA286D;
}
.AnyTagClassName
{
color: #CA286D;
}
</style>
background-color css
<style>
a { background-color: #CA286D; }
a { background-color: rgb(202,40,109); }
div.DivClassName
{
background-color: #CA286D;
}
.BgClassName
{
background-color: #CA286D;
}
</style>
border-color css
<style>
span { border-color: #CA286D; }
span { border-color: rgb(202,40,109); }
td.TdClassName
{
border-color: #CA286D;
}
.TagClassName
{
border-color: #CA286D;
}
</style>