Shades of Cerise #C9346C
Tints of Cerise #C9346C
RGB
CMYK
RGB Variations
Color information
#C9346C (or 0xC9346C) is known color: Cerise. HEX triplet: C9, 34 and 6C. RGB value is (201,52,108). Sum of RGB (Red+Green+Blue) = 201+52+108=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9346C is #36CB93. Grayscale: #666666. Windows color (decimal): -3591060 or 7091401. OLE color: 7091401.
HSL color Cylindrical-coordinate representation of color #C9346C: hue angle of 337.45º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9346C is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 108 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.21 |
| HSL | 337.45º | 0.59% | 0.5% | - |
| HSV(B) | 337.45º | 0.74% | 0.79% | - |
| XYZ | 28.02 | 15.96 | 15.79 | - |
| YUV | 102.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 108 | 0 | 0.74 | 0.46 | 0.21 | 337.45 | 0.59 | 0.5 |
| Hex | C9 | 34 | 6C | 0 | 4A | 2E | 15 | 151 | 3B | 32 |
| Octal | 311 | 64 | 154 | 0 | 112 | 56 | 25 | 521 | 73 | 62 |
| Binary | 11001001 | 110100 | 1101100 | 0 | 1001010 | 101110 | 10101 | 101010001 | 111011 | 110010 |
Color Harmonies of #C9346C
Complementary color
Monochromatic Colors of #C9346C
Black with #C9346C
Text Example
Text Example
White with #C9346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9346C; }
p { color: rgb(201,52,108); }
H1.HeaderClassName
{
color: #C9346C;
}
.AnyTagClassName
{
color: #C9346C;
}
</style>
background-color css
<style>
a { background-color: #C9346C; }
a { background-color: rgb(201,52,108); }
div.DivClassName
{
background-color: #C9346C;
}
.BgClassName
{
background-color: #C9346C;
}
</style>
border-color css
<style>
span { border-color: #C9346C; }
span { border-color: rgb(201,52,108); }
td.TdClassName
{
border-color: #C9346C;
}
.TagClassName
{
border-color: #C9346C;
}
</style>