Shades of Cerise #C93862
Tints of Cerise #C93862
RGB
CMYK
RGB Variations
Color information
#C93862 (or 0xC93862) is known color: Cerise. HEX triplet: C9, 38 and 62. RGB value is (201,56,98). Sum of RGB (Red+Green+Blue) = 201+56+98=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93862 is #36C79D. Grayscale: #686868. Windows color (decimal): -3590046 or 6437065. OLE color: 6437065.
HSL color Cylindrical-coordinate representation of color #C93862: hue angle of 342.62º 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 #C93862 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 98 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.21 |
| HSL | 342.62º | 0.57% | 0.5% | - |
| HSV(B) | 342.62º | 0.72% | 0.79% | - |
| XYZ | 27.71 | 16.13 | 13.21 | - |
| YUV | 104.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 98 | 0 | 0.72 | 0.51 | 0.21 | 342.62 | 0.57 | 0.5 |
| Hex | C9 | 38 | 62 | 0 | 48 | 33 | 15 | 157 | 39 | 32 |
| Octal | 311 | 70 | 142 | 0 | 110 | 63 | 25 | 527 | 71 | 62 |
| Binary | 11001001 | 111000 | 1100010 | 0 | 1001000 | 110011 | 10101 | 101010111 | 111001 | 110010 |
Color Harmonies of #C93862
Complementary color
Monochromatic Colors of #C93862
Black with #C93862
Text Example
Text Example
White with #C93862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93862; }
p { color: rgb(201,56,98); }
H1.HeaderClassName
{
color: #C93862;
}
.AnyTagClassName
{
color: #C93862;
}
</style>
background-color css
<style>
a { background-color: #C93862; }
a { background-color: rgb(201,56,98); }
div.DivClassName
{
background-color: #C93862;
}
.BgClassName
{
background-color: #C93862;
}
</style>
border-color css
<style>
span { border-color: #C93862; }
span { border-color: rgb(201,56,98); }
td.TdClassName
{
border-color: #C93862;
}
.TagClassName
{
border-color: #C93862;
}
</style>