Shades of Cerise #C9286B
Tints of Cerise #C9286B
RGB
CMYK
RGB Variations
Color information
#C9286B (or 0xC9286B) is known color: Cerise. HEX triplet: C9, 28 and 6B. RGB value is (201,40,107). Sum of RGB (Red+Green+Blue) = 201+40+107=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9286B is #36D794. Grayscale: #5F5F5F. Windows color (decimal): -3594133 or 7022793. OLE color: 7022793.
HSL color Cylindrical-coordinate representation of color #C9286B: hue angle of 335.03º 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 #C9286B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 107 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.21 |
| HSL | 335.03º | 0.67% | 0.47% | - |
| HSV(B) | 335.03º | 0.8% | 0.79% | - |
| XYZ | 27.5 | 15 | 15.36 | - |
| YUV | 95.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 107 | 0 | 0.80 | 0.47 | 0.21 | 335.03 | 0.67 | 0.47 |
| Hex | C9 | 28 | 6B | 0 | 50 | 2F | 15 | 14F | 43 | 2F |
| Octal | 311 | 50 | 153 | 0 | 120 | 57 | 25 | 517 | 103 | 57 |
| Binary | 11001001 | 101000 | 1101011 | 0 | 1010000 | 101111 | 10101 | 101001111 | 1000011 | 101111 |
Color Harmonies of #C9286B
Complementary color
Monochromatic Colors of #C9286B
Black with #C9286B
Text Example
Text Example
White with #C9286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9286B; }
p { color: rgb(201,40,107); }
H1.HeaderClassName
{
color: #C9286B;
}
.AnyTagClassName
{
color: #C9286B;
}
</style>
background-color css
<style>
a { background-color: #C9286B; }
a { background-color: rgb(201,40,107); }
div.DivClassName
{
background-color: #C9286B;
}
.BgClassName
{
background-color: #C9286B;
}
</style>
border-color css
<style>
span { border-color: #C9286B; }
span { border-color: rgb(201,40,107); }
td.TdClassName
{
border-color: #C9286B;
}
.TagClassName
{
border-color: #C9286B;
}
</style>