Shades of Cerise #C9326B
Tints of Cerise #C9326B
RGB
CMYK
RGB Variations
Color information
#C9326B (or 0xC9326B) is known color: Cerise. HEX triplet: C9, 32 and 6B. RGB value is (201,50,107). Sum of RGB (Red+Green+Blue) = 201+50+107=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9326B is #36CD94. Grayscale: #656565. Windows color (decimal): -3591573 or 7025353. OLE color: 7025353.
HSL color Cylindrical-coordinate representation of color #C9326B: hue angle of 337.35º 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 #C9326B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 107 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.21 |
| HSL | 337.35º | 0.6% | 0.49% | - |
| HSV(B) | 337.35º | 0.75% | 0.79% | - |
| XYZ | 27.88 | 15.76 | 15.48 | - |
| YUV | 101.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 107 | 0 | 0.75 | 0.47 | 0.21 | 337.35 | 0.6 | 0.49 |
| Hex | C9 | 32 | 6B | 0 | 4B | 2F | 15 | 151 | 3C | 31 |
| Octal | 311 | 62 | 153 | 0 | 113 | 57 | 25 | 521 | 74 | 61 |
| Binary | 11001001 | 110010 | 1101011 | 0 | 1001011 | 101111 | 10101 | 101010001 | 111100 | 110001 |
Color Harmonies of #C9326B
Complementary color
Monochromatic Colors of #C9326B
Black with #C9326B
Text Example
Text Example
White with #C9326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9326B; }
p { color: rgb(201,50,107); }
H1.HeaderClassName
{
color: #C9326B;
}
.AnyTagClassName
{
color: #C9326B;
}
</style>
background-color css
<style>
a { background-color: #C9326B; }
a { background-color: rgb(201,50,107); }
div.DivClassName
{
background-color: #C9326B;
}
.BgClassName
{
background-color: #C9326B;
}
</style>
border-color css
<style>
span { border-color: #C9326B; }
span { border-color: rgb(201,50,107); }
td.TdClassName
{
border-color: #C9326B;
}
.TagClassName
{
border-color: #C9326B;
}
</style>