Shades of Cerise #C9386C
Tints of Cerise #C9386C
RGB
CMYK
RGB Variations
Color information
#C9386C (or 0xC9386C) is known color: Cerise. HEX triplet: C9, 38 and 6C. RGB value is (201,56,108). Sum of RGB (Red+Green+Blue) = 201+56+108=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9386C is #36C793. Grayscale: #696969. Windows color (decimal): -3590036 or 7092425. OLE color: 7092425.
HSL color Cylindrical-coordinate representation of color #C9386C: hue angle of 338.48º 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 #C9386C is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 108 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.21 |
| HSL | 338.48º | 0.57% | 0.5% | - |
| HSV(B) | 338.48º | 0.72% | 0.79% | - |
| XYZ | 28.21 | 16.33 | 15.85 | - |
| YUV | 105.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 108 | 0 | 0.72 | 0.46 | 0.21 | 338.48 | 0.57 | 0.5 |
| Hex | C9 | 38 | 6C | 0 | 48 | 2E | 15 | 152 | 39 | 32 |
| Octal | 311 | 70 | 154 | 0 | 110 | 56 | 25 | 522 | 71 | 62 |
| Binary | 11001001 | 111000 | 1101100 | 0 | 1001000 | 101110 | 10101 | 101010010 | 111001 | 110010 |
Color Harmonies of #C9386C
Complementary color
Monochromatic Colors of #C9386C
Black with #C9386C
Text Example
Text Example
White with #C9386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9386C; }
p { color: rgb(201,56,108); }
H1.HeaderClassName
{
color: #C9386C;
}
.AnyTagClassName
{
color: #C9386C;
}
</style>
background-color css
<style>
a { background-color: #C9386C; }
a { background-color: rgb(201,56,108); }
div.DivClassName
{
background-color: #C9386C;
}
.BgClassName
{
background-color: #C9386C;
}
</style>
border-color css
<style>
span { border-color: #C9386C; }
span { border-color: rgb(201,56,108); }
td.TdClassName
{
border-color: #C9386C;
}
.TagClassName
{
border-color: #C9386C;
}
</style>