Shades of Cerise #C93A60
Tints of Cerise #C93A60
RGB
CMYK
RGB Variations
Color information
#C93A60 (or 0xC93A60) is known color: Cerise. HEX triplet: C9, 3A and 60. RGB value is (201,58,96). Sum of RGB (Red+Green+Blue) = 201+58+96=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A60 is #36C59F. Grayscale: #696969. Windows color (decimal): -3589536 or 6306505. OLE color: 6306505.
HSL color Cylindrical-coordinate representation of color #C93A60: hue angle of 344.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A60 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 96 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.21 |
| HSL | 344.06º | 0.57% | 0.51% | - |
| HSV(B) | 344.06º | 0.71% | 0.79% | - |
| XYZ | 27.71 | 16.29 | 12.75 | - |
| YUV | 105.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 96 | 0 | 0.71 | 0.52 | 0.21 | 344.06 | 0.57 | 0.51 |
| Hex | C9 | 3A | 60 | 0 | 47 | 34 | 15 | 158 | 39 | 33 |
| Octal | 311 | 72 | 140 | 0 | 107 | 64 | 25 | 530 | 71 | 63 |
| Binary | 11001001 | 111010 | 1100000 | 0 | 1000111 | 110100 | 10101 | 101011000 | 111001 | 110011 |
Color Harmonies of #C93A60
Complementary color
Monochromatic Colors of #C93A60
Black with #C93A60
Text Example
Text Example
White with #C93A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A60; }
p { color: rgb(201,58,96); }
H1.HeaderClassName
{
color: #C93A60;
}
.AnyTagClassName
{
color: #C93A60;
}
</style>
background-color css
<style>
a { background-color: #C93A60; }
a { background-color: rgb(201,58,96); }
div.DivClassName
{
background-color: #C93A60;
}
.BgClassName
{
background-color: #C93A60;
}
</style>
border-color css
<style>
span { border-color: #C93A60; }
span { border-color: rgb(201,58,96); }
td.TdClassName
{
border-color: #C93A60;
}
.TagClassName
{
border-color: #C93A60;
}
</style>