Shades of Cerise #C92869
Tints of Cerise #C92869
RGB
CMYK
RGB Variations
Color information
#C92869 (or 0xC92869) is known color: Cerise. HEX triplet: C9, 28 and 69. RGB value is (201,40,105). Sum of RGB (Red+Green+Blue) = 201+40+105=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C92869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92869 is #36D796. Grayscale: #5F5F5F. Windows color (decimal): -3594135 or 6891721. OLE color: 6891721.
HSL color Cylindrical-coordinate representation of color #C92869: hue angle of 335.78º 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 #C92869 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 105 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.21 |
| HSL | 335.78º | 0.67% | 0.47% | - |
| HSV(B) | 335.78º | 0.8% | 0.79% | - |
| XYZ | 27.4 | 14.96 | 14.81 | - |
| YUV | 95.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 105 | 0 | 0.80 | 0.48 | 0.21 | 335.78 | 0.67 | 0.47 |
| Hex | C9 | 28 | 69 | 0 | 50 | 30 | 15 | 150 | 43 | 2F |
| Octal | 311 | 50 | 151 | 0 | 120 | 60 | 25 | 520 | 103 | 57 |
| Binary | 11001001 | 101000 | 1101001 | 0 | 1010000 | 110000 | 10101 | 101010000 | 1000011 | 101111 |
Color Harmonies of #C92869
Complementary color
Monochromatic Colors of #C92869
Black with #C92869
Text Example
Text Example
White with #C92869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92869; }
p { color: rgb(201,40,105); }
H1.HeaderClassName
{
color: #C92869;
}
.AnyTagClassName
{
color: #C92869;
}
</style>
background-color css
<style>
a { background-color: #C92869; }
a { background-color: rgb(201,40,105); }
div.DivClassName
{
background-color: #C92869;
}
.BgClassName
{
background-color: #C92869;
}
</style>
border-color css
<style>
span { border-color: #C92869; }
span { border-color: rgb(201,40,105); }
td.TdClassName
{
border-color: #C92869;
}
.TagClassName
{
border-color: #C92869;
}
</style>