Shades of Cerise #C9286E
Tints of Cerise #C9286E
RGB
CMYK
RGB Variations
Color information
#C9286E (or 0xC9286E) is known color: Cerise. HEX triplet: C9, 28 and 6E. RGB value is (201,40,110). Sum of RGB (Red+Green+Blue) = 201+40+110=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9286E is #36D791. Grayscale: #5F5F5F. Windows color (decimal): -3594130 or 7219401. OLE color: 7219401.
HSL color Cylindrical-coordinate representation of color #C9286E: hue angle of 333.91º 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 #C9286E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 110 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.21 |
| HSL | 333.91º | 0.67% | 0.47% | - |
| HSV(B) | 333.91º | 0.8% | 0.79% | - |
| XYZ | 27.66 | 15.06 | 16.2 | - |
| YUV | 96.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 110 | 0 | 0.80 | 0.45 | 0.21 | 333.91 | 0.67 | 0.47 |
| Hex | C9 | 28 | 6E | 0 | 50 | 2D | 15 | 14E | 43 | 2F |
| Octal | 311 | 50 | 156 | 0 | 120 | 55 | 25 | 516 | 103 | 57 |
| Binary | 11001001 | 101000 | 1101110 | 0 | 1010000 | 101101 | 10101 | 101001110 | 1000011 | 101111 |
Color Harmonies of #C9286E
Complementary color
Monochromatic Colors of #C9286E
Black with #C9286E
Text Example
Text Example
White with #C9286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9286E; }
p { color: rgb(201,40,110); }
H1.HeaderClassName
{
color: #C9286E;
}
.AnyTagClassName
{
color: #C9286E;
}
</style>
background-color css
<style>
a { background-color: #C9286E; }
a { background-color: rgb(201,40,110); }
div.DivClassName
{
background-color: #C9286E;
}
.BgClassName
{
background-color: #C9286E;
}
</style>
border-color css
<style>
span { border-color: #C9286E; }
span { border-color: rgb(201,40,110); }
td.TdClassName
{
border-color: #C9286E;
}
.TagClassName
{
border-color: #C9286E;
}
</style>