Shades of Cerise #C9386F
Tints of Cerise #C9386F
RGB
CMYK
RGB Variations
Color information
#C9386F (or 0xC9386F) is known color: Cerise. HEX triplet: C9, 38 and 6F. RGB value is (201,56,111). Sum of RGB (Red+Green+Blue) = 201+56+111=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9386F is #36C790. Grayscale: #696969. Windows color (decimal): -3590033 or 7289033. OLE color: 7289033.
HSL color Cylindrical-coordinate representation of color #C9386F: hue angle of 337.24º 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 #C9386F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 111 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.21 |
| HSL | 337.24º | 0.57% | 0.5% | - |
| HSV(B) | 337.24º | 0.72% | 0.79% | - |
| XYZ | 28.37 | 16.39 | 16.71 | - |
| YUV | 105.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 111 | 0 | 0.72 | 0.45 | 0.21 | 337.24 | 0.57 | 0.5 |
| Hex | C9 | 38 | 6F | 0 | 48 | 2D | 15 | 151 | 39 | 32 |
| Octal | 311 | 70 | 157 | 0 | 110 | 55 | 25 | 521 | 71 | 62 |
| Binary | 11001001 | 111000 | 1101111 | 0 | 1001000 | 101101 | 10101 | 101010001 | 111001 | 110010 |
Color Harmonies of #C9386F
Complementary color
Monochromatic Colors of #C9386F
Black with #C9386F
Text Example
Text Example
White with #C9386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9386F; }
p { color: rgb(201,56,111); }
H1.HeaderClassName
{
color: #C9386F;
}
.AnyTagClassName
{
color: #C9386F;
}
</style>
background-color css
<style>
a { background-color: #C9386F; }
a { background-color: rgb(201,56,111); }
div.DivClassName
{
background-color: #C9386F;
}
.BgClassName
{
background-color: #C9386F;
}
</style>
border-color css
<style>
span { border-color: #C9386F; }
span { border-color: rgb(201,56,111); }
td.TdClassName
{
border-color: #C9386F;
}
.TagClassName
{
border-color: #C9386F;
}
</style>