Shades of Cerise #C5326D
Tints of Cerise #C5326D
RGB
CMYK
RGB Variations
Color information
#C5326D (or 0xC5326D) is known color: Cerise. HEX triplet: C5, 32 and 6D. RGB value is (197,50,109). Sum of RGB (Red+Green+Blue) = 197+50+109=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5326D is #3ACD92. Grayscale: #646464. Windows color (decimal): -3853715 or 7156421. OLE color: 7156421.
HSL color Cylindrical-coordinate representation of color #C5326D: hue angle of 335.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5326D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 109 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.23 |
| HSL | 335.92º | 0.6% | 0.48% | - |
| HSV(B) | 335.92º | 0.75% | 0.77% | - |
| XYZ | 26.93 | 15.26 | 15.99 | - |
| YUV | 100.68 | 132.7 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 109 | 0 | 0.75 | 0.45 | 0.23 | 335.92 | 0.6 | 0.48 |
| Hex | C5 | 32 | 6D | 0 | 4B | 2D | 17 | 150 | 3C | 30 |
| Octal | 305 | 62 | 155 | 0 | 113 | 55 | 27 | 520 | 74 | 60 |
| Binary | 11000101 | 110010 | 1101101 | 0 | 1001011 | 101101 | 10111 | 101010000 | 111100 | 110000 |
Color Harmonies of #C5326D
Complementary color
Monochromatic Colors of #C5326D
Black with #C5326D
Text Example
Text Example
White with #C5326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5326D; }
p { color: rgb(197,50,109); }
H1.HeaderClassName
{
color: #C5326D;
}
.AnyTagClassName
{
color: #C5326D;
}
</style>
background-color css
<style>
a { background-color: #C5326D; }
a { background-color: rgb(197,50,109); }
div.DivClassName
{
background-color: #C5326D;
}
.BgClassName
{
background-color: #C5326D;
}
</style>
border-color css
<style>
span { border-color: #C5326D; }
span { border-color: rgb(197,50,109); }
td.TdClassName
{
border-color: #C5326D;
}
.TagClassName
{
border-color: #C5326D;
}
</style>