Shades of Cerise #C93860
Tints of Cerise #C93860
RGB
CMYK
RGB Variations
Color information
#C93860 (or 0xC93860) is known color: Cerise. HEX triplet: C9, 38 and 60. RGB value is (201,56,96). Sum of RGB (Red+Green+Blue) = 201+56+96=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93860 is #36C79F. Grayscale: #676767. Windows color (decimal): -3590048 or 6305993. OLE color: 6305993.
HSL color Cylindrical-coordinate representation of color #C93860: hue angle of 343.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93860 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 96 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.21 |
| HSL | 343.45º | 0.57% | 0.5% | - |
| HSV(B) | 343.45º | 0.72% | 0.79% | - |
| XYZ | 27.61 | 16.09 | 12.72 | - |
| YUV | 103.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 96 | 0 | 0.72 | 0.52 | 0.21 | 343.45 | 0.57 | 0.5 |
| Hex | C9 | 38 | 60 | 0 | 48 | 34 | 15 | 157 | 39 | 32 |
| Octal | 311 | 70 | 140 | 0 | 110 | 64 | 25 | 527 | 71 | 62 |
| Binary | 11001001 | 111000 | 1100000 | 0 | 1001000 | 110100 | 10101 | 101010111 | 111001 | 110010 |
Color Harmonies of #C93860
Complementary color
Monochromatic Colors of #C93860
Black with #C93860
Text Example
Text Example
White with #C93860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93860; }
p { color: rgb(201,56,96); }
H1.HeaderClassName
{
color: #C93860;
}
.AnyTagClassName
{
color: #C93860;
}
</style>
background-color css
<style>
a { background-color: #C93860; }
a { background-color: rgb(201,56,96); }
div.DivClassName
{
background-color: #C93860;
}
.BgClassName
{
background-color: #C93860;
}
</style>
border-color css
<style>
span { border-color: #C93860; }
span { border-color: rgb(201,56,96); }
td.TdClassName
{
border-color: #C93860;
}
.TagClassName
{
border-color: #C93860;
}
</style>