Shades of Cerise #C9385F
Tints of Cerise #C9385F
RGB
CMYK
RGB Variations
Color information
#C9385F (or 0xC9385F) is known color: Cerise. HEX triplet: C9, 38 and 5F. RGB value is (201,56,95). Sum of RGB (Red+Green+Blue) = 201+56+95=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9385F is #36C7A0. Grayscale: #676767. Windows color (decimal): -3590049 or 6240457. OLE color: 6240457.
HSL color Cylindrical-coordinate representation of color #C9385F: hue angle of 343.86º 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 #C9385F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 95 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.21 |
| HSL | 343.86º | 0.57% | 0.5% | - |
| HSV(B) | 343.86º | 0.72% | 0.79% | - |
| XYZ | 27.57 | 16.07 | 12.48 | - |
| YUV | 103.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 95 | 0 | 0.72 | 0.53 | 0.21 | 343.86 | 0.57 | 0.5 |
| Hex | C9 | 38 | 5F | 0 | 48 | 35 | 15 | 158 | 39 | 32 |
| Octal | 311 | 70 | 137 | 0 | 110 | 65 | 25 | 530 | 71 | 62 |
| Binary | 11001001 | 111000 | 1011111 | 0 | 1001000 | 110101 | 10101 | 101011000 | 111001 | 110010 |
Color Harmonies of #C9385F
Complementary color
Monochromatic Colors of #C9385F
Black with #C9385F
Text Example
Text Example
White with #C9385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9385F; }
p { color: rgb(201,56,95); }
H1.HeaderClassName
{
color: #C9385F;
}
.AnyTagClassName
{
color: #C9385F;
}
</style>
background-color css
<style>
a { background-color: #C9385F; }
a { background-color: rgb(201,56,95); }
div.DivClassName
{
background-color: #C9385F;
}
.BgClassName
{
background-color: #C9385F;
}
</style>
border-color css
<style>
span { border-color: #C9385F; }
span { border-color: rgb(201,56,95); }
td.TdClassName
{
border-color: #C9385F;
}
.TagClassName
{
border-color: #C9385F;
}
</style>