Shades of Cerise #C9326E
Tints of Cerise #C9326E
RGB
CMYK
RGB Variations
Color information
#C9326E (or 0xC9326E) is known color: Cerise. HEX triplet: C9, 32 and 6E. RGB value is (201,50,110). Sum of RGB (Red+Green+Blue) = 201+50+110=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9326E is #36CD91. Grayscale: #656565. Windows color (decimal): -3591570 or 7221961. OLE color: 7221961.
HSL color Cylindrical-coordinate representation of color #C9326E: hue angle of 336.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9326E is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 110 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.21 |
| HSL | 336.16º | 0.6% | 0.49% | - |
| HSV(B) | 336.16º | 0.75% | 0.79% | - |
| XYZ | 28.04 | 15.82 | 16.33 | - |
| YUV | 101.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 110 | 0 | 0.75 | 0.45 | 0.21 | 336.16 | 0.6 | 0.49 |
| Hex | C9 | 32 | 6E | 0 | 4B | 2D | 15 | 150 | 3C | 31 |
| Octal | 311 | 62 | 156 | 0 | 113 | 55 | 25 | 520 | 74 | 61 |
| Binary | 11001001 | 110010 | 1101110 | 0 | 1001011 | 101101 | 10101 | 101010000 | 111100 | 110001 |
Color Harmonies of #C9326E
Complementary color
Monochromatic Colors of #C9326E
Black with #C9326E
Text Example
Text Example
White with #C9326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9326E; }
p { color: rgb(201,50,110); }
H1.HeaderClassName
{
color: #C9326E;
}
.AnyTagClassName
{
color: #C9326E;
}
</style>
background-color css
<style>
a { background-color: #C9326E; }
a { background-color: rgb(201,50,110); }
div.DivClassName
{
background-color: #C9326E;
}
.BgClassName
{
background-color: #C9326E;
}
</style>
border-color css
<style>
span { border-color: #C9326E; }
span { border-color: rgb(201,50,110); }
td.TdClassName
{
border-color: #C9326E;
}
.TagClassName
{
border-color: #C9326E;
}
</style>