Shades of Cerise #C9326A
Tints of Cerise #C9326A
RGB
CMYK
RGB Variations
Color information
#C9326A (or 0xC9326A) is known color: Cerise. HEX triplet: C9, 32 and 6A. RGB value is (201,50,106). Sum of RGB (Red+Green+Blue) = 201+50+106=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9326A is #36CD95. Grayscale: #656565. Windows color (decimal): -3591574 or 6959817. OLE color: 6959817.
HSL color Cylindrical-coordinate representation of color #C9326A: hue angle of 337.75º 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 #C9326A is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 106 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.21 |
| HSL | 337.75º | 0.6% | 0.49% | - |
| HSV(B) | 337.75º | 0.75% | 0.79% | - |
| XYZ | 27.83 | 15.74 | 15.21 | - |
| YUV | 101.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 106 | 0 | 0.75 | 0.47 | 0.21 | 337.75 | 0.6 | 0.49 |
| Hex | C9 | 32 | 6A | 0 | 4B | 2F | 15 | 152 | 3C | 31 |
| Octal | 311 | 62 | 152 | 0 | 113 | 57 | 25 | 522 | 74 | 61 |
| Binary | 11001001 | 110010 | 1101010 | 0 | 1001011 | 101111 | 10101 | 101010010 | 111100 | 110001 |
Color Harmonies of #C9326A
Complementary color
Monochromatic Colors of #C9326A
Black with #C9326A
Text Example
Text Example
White with #C9326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9326A; }
p { color: rgb(201,50,106); }
H1.HeaderClassName
{
color: #C9326A;
}
.AnyTagClassName
{
color: #C9326A;
}
</style>
background-color css
<style>
a { background-color: #C9326A; }
a { background-color: rgb(201,50,106); }
div.DivClassName
{
background-color: #C9326A;
}
.BgClassName
{
background-color: #C9326A;
}
</style>
border-color css
<style>
span { border-color: #C9326A; }
span { border-color: rgb(201,50,106); }
td.TdClassName
{
border-color: #C9326A;
}
.TagClassName
{
border-color: #C9326A;
}
</style>