Shades of Cerise #C9396D
Tints of Cerise #C9396D
RGB
CMYK
RGB Variations
Color information
#C9396D (or 0xC9396D) is known color: Cerise. HEX triplet: C9, 39 and 6D. RGB value is (201,57,109). Sum of RGB (Red+Green+Blue) = 201+57+109=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9396D is #36C692. Grayscale: #696969. Windows color (decimal): -3589779 or 7158217. OLE color: 7158217.
HSL color Cylindrical-coordinate representation of color #C9396D: hue angle of 338.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9396D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 109 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.21 |
| HSL | 338.33º | 0.57% | 0.51% | - |
| HSV(B) | 338.33º | 0.72% | 0.79% | - |
| XYZ | 28.31 | 16.45 | 16.15 | - |
| YUV | 105.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 109 | 0 | 0.72 | 0.46 | 0.21 | 338.33 | 0.57 | 0.51 |
| Hex | C9 | 39 | 6D | 0 | 48 | 2E | 15 | 152 | 39 | 33 |
| Octal | 311 | 71 | 155 | 0 | 110 | 56 | 25 | 522 | 71 | 63 |
| Binary | 11001001 | 111001 | 1101101 | 0 | 1001000 | 101110 | 10101 | 101010010 | 111001 | 110011 |
Color Harmonies of #C9396D
Complementary color
Monochromatic Colors of #C9396D
Black with #C9396D
Text Example
Text Example
White with #C9396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9396D; }
p { color: rgb(201,57,109); }
H1.HeaderClassName
{
color: #C9396D;
}
.AnyTagClassName
{
color: #C9396D;
}
</style>
background-color css
<style>
a { background-color: #C9396D; }
a { background-color: rgb(201,57,109); }
div.DivClassName
{
background-color: #C9396D;
}
.BgClassName
{
background-color: #C9396D;
}
</style>
border-color css
<style>
span { border-color: #C9396D; }
span { border-color: rgb(201,57,109); }
td.TdClassName
{
border-color: #C9396D;
}
.TagClassName
{
border-color: #C9396D;
}
</style>