Shades of Cerise #C9346D
Tints of Cerise #C9346D
RGB
CMYK
RGB Variations
Color information
#C9346D (or 0xC9346D) is known color: Cerise. HEX triplet: C9, 34 and 6D. RGB value is (201,52,109). Sum of RGB (Red+Green+Blue) = 201+52+109=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9346D is #36CB92. Grayscale: #666666. Windows color (decimal): -3591059 or 7156937. OLE color: 7156937.
HSL color Cylindrical-coordinate representation of color #C9346D: hue angle of 337.05º 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 #C9346D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 109 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.21 |
| HSL | 337.05º | 0.59% | 0.5% | - |
| HSV(B) | 337.05º | 0.74% | 0.79% | - |
| XYZ | 28.08 | 15.98 | 16.07 | - |
| YUV | 103.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 109 | 0 | 0.74 | 0.46 | 0.21 | 337.05 | 0.59 | 0.5 |
| Hex | C9 | 34 | 6D | 0 | 4A | 2E | 15 | 151 | 3B | 32 |
| Octal | 311 | 64 | 155 | 0 | 112 | 56 | 25 | 521 | 73 | 62 |
| Binary | 11001001 | 110100 | 1101101 | 0 | 1001010 | 101110 | 10101 | 101010001 | 111011 | 110010 |
Color Harmonies of #C9346D
Complementary color
Monochromatic Colors of #C9346D
Black with #C9346D
Text Example
Text Example
White with #C9346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9346D; }
p { color: rgb(201,52,109); }
H1.HeaderClassName
{
color: #C9346D;
}
.AnyTagClassName
{
color: #C9346D;
}
</style>
background-color css
<style>
a { background-color: #C9346D; }
a { background-color: rgb(201,52,109); }
div.DivClassName
{
background-color: #C9346D;
}
.BgClassName
{
background-color: #C9346D;
}
</style>
border-color css
<style>
span { border-color: #C9346D; }
span { border-color: rgb(201,52,109); }
td.TdClassName
{
border-color: #C9346D;
}
.TagClassName
{
border-color: #C9346D;
}
</style>