Shades of Cerise #C9366F
Tints of Cerise #C9366F
RGB
CMYK
RGB Variations
Color information
#C9366F (or 0xC9366F) is known color: Cerise. HEX triplet: C9, 36 and 6F. RGB value is (201,54,111). Sum of RGB (Red+Green+Blue) = 201+54+111=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9366F is #36C990. Grayscale: #686868. Windows color (decimal): -3590545 or 7288521. OLE color: 7288521.
HSL color Cylindrical-coordinate representation of color #C9366F: hue angle of 336.73º 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 #C9366F is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 111 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.21 |
| HSL | 336.73º | 0.58% | 0.5% | - |
| HSV(B) | 336.73º | 0.73% | 0.79% | - |
| XYZ | 28.28 | 16.2 | 16.68 | - |
| YUV | 104.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 111 | 0 | 0.73 | 0.45 | 0.21 | 336.73 | 0.58 | 0.5 |
| Hex | C9 | 36 | 6F | 0 | 49 | 2D | 15 | 151 | 3A | 32 |
| Octal | 311 | 66 | 157 | 0 | 111 | 55 | 25 | 521 | 72 | 62 |
| Binary | 11001001 | 110110 | 1101111 | 0 | 1001001 | 101101 | 10101 | 101010001 | 111010 | 110010 |
Color Harmonies of #C9366F
Complementary color
Monochromatic Colors of #C9366F
Black with #C9366F
Text Example
Text Example
White with #C9366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9366F; }
p { color: rgb(201,54,111); }
H1.HeaderClassName
{
color: #C9366F;
}
.AnyTagClassName
{
color: #C9366F;
}
</style>
background-color css
<style>
a { background-color: #C9366F; }
a { background-color: rgb(201,54,111); }
div.DivClassName
{
background-color: #C9366F;
}
.BgClassName
{
background-color: #C9366F;
}
</style>
border-color css
<style>
span { border-color: #C9366F; }
span { border-color: rgb(201,54,111); }
td.TdClassName
{
border-color: #C9366F;
}
.TagClassName
{
border-color: #C9366F;
}
</style>