Shades of Cerise #C9365E
Tints of Cerise #C9365E
RGB
CMYK
RGB Variations
Color information
#C9365E (or 0xC9365E) is known color: Cerise. HEX triplet: C9, 36 and 5E. RGB value is (201,54,94). Sum of RGB (Red+Green+Blue) = 201+54+94=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9365E is #36C9A1. Grayscale: #666666. Windows color (decimal): -3590562 or 6174409. OLE color: 6174409.
HSL color Cylindrical-coordinate representation of color #C9365E: hue angle of 343.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9365E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 94 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.21 |
| HSL | 343.67º | 0.58% | 0.5% | - |
| HSV(B) | 343.67º | 0.73% | 0.79% | - |
| XYZ | 27.43 | 15.86 | 12.21 | - |
| YUV | 102.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 94 | 0 | 0.73 | 0.53 | 0.21 | 343.67 | 0.58 | 0.5 |
| Hex | C9 | 36 | 5E | 0 | 49 | 35 | 15 | 158 | 3A | 32 |
| Octal | 311 | 66 | 136 | 0 | 111 | 65 | 25 | 530 | 72 | 62 |
| Binary | 11001001 | 110110 | 1011110 | 0 | 1001001 | 110101 | 10101 | 101011000 | 111010 | 110010 |
Color Harmonies of #C9365E
Complementary color
Monochromatic Colors of #C9365E
Black with #C9365E
Text Example
Text Example
White with #C9365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9365E; }
p { color: rgb(201,54,94); }
H1.HeaderClassName
{
color: #C9365E;
}
.AnyTagClassName
{
color: #C9365E;
}
</style>
background-color css
<style>
a { background-color: #C9365E; }
a { background-color: rgb(201,54,94); }
div.DivClassName
{
background-color: #C9365E;
}
.BgClassName
{
background-color: #C9365E;
}
</style>
border-color css
<style>
span { border-color: #C9365E; }
span { border-color: rgb(201,54,94); }
td.TdClassName
{
border-color: #C9365E;
}
.TagClassName
{
border-color: #C9365E;
}
</style>