Shades of Cerise #C9326C
Tints of Cerise #C9326C
RGB
CMYK
RGB Variations
Color information
#C9326C (or 0xC9326C) is known color: Cerise. HEX triplet: C9, 32 and 6C. RGB value is (201,50,108). Sum of RGB (Red+Green+Blue) = 201+50+108=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9326C is #36CD93. Grayscale: #656565. Windows color (decimal): -3591572 or 7090889. OLE color: 7090889.
HSL color Cylindrical-coordinate representation of color #C9326C: hue angle of 336.95º 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 #C9326C is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 108 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.21 |
| HSL | 336.95º | 0.6% | 0.49% | - |
| HSV(B) | 336.95º | 0.75% | 0.79% | - |
| XYZ | 27.93 | 15.78 | 15.76 | - |
| YUV | 101.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 108 | 0 | 0.75 | 0.46 | 0.21 | 336.95 | 0.6 | 0.49 |
| Hex | C9 | 32 | 6C | 0 | 4B | 2E | 15 | 151 | 3C | 31 |
| Octal | 311 | 62 | 154 | 0 | 113 | 56 | 25 | 521 | 74 | 61 |
| Binary | 11001001 | 110010 | 1101100 | 0 | 1001011 | 101110 | 10101 | 101010001 | 111100 | 110001 |
Color Harmonies of #C9326C
Complementary color
Monochromatic Colors of #C9326C
Black with #C9326C
Text Example
Text Example
White with #C9326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9326C; }
p { color: rgb(201,50,108); }
H1.HeaderClassName
{
color: #C9326C;
}
.AnyTagClassName
{
color: #C9326C;
}
</style>
background-color css
<style>
a { background-color: #C9326C; }
a { background-color: rgb(201,50,108); }
div.DivClassName
{
background-color: #C9326C;
}
.BgClassName
{
background-color: #C9326C;
}
</style>
border-color css
<style>
span { border-color: #C9326C; }
span { border-color: rgb(201,50,108); }
td.TdClassName
{
border-color: #C9326C;
}
.TagClassName
{
border-color: #C9326C;
}
</style>