Shades of Cerise #C5326C
Tints of Cerise #C5326C
RGB
CMYK
RGB Variations
Color information
#C5326C (or 0xC5326C) is known color: Cerise. HEX triplet: C5, 32 and 6C. RGB value is (197,50,108). Sum of RGB (Red+Green+Blue) = 197+50+108=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5326C is #3ACD93. Grayscale: #646464. Windows color (decimal): -3853716 or 7090885. OLE color: 7090885.
HSL color Cylindrical-coordinate representation of color #C5326C: hue angle of 336.33º 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 #C5326C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 108 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.23 |
| HSL | 336.33º | 0.6% | 0.48% | - |
| HSV(B) | 336.33º | 0.75% | 0.77% | - |
| XYZ | 26.87 | 15.23 | 15.71 | - |
| YUV | 100.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 108 | 0 | 0.75 | 0.45 | 0.23 | 336.33 | 0.6 | 0.48 |
| Hex | C5 | 32 | 6C | 0 | 4B | 2D | 17 | 150 | 3C | 30 |
| Octal | 305 | 62 | 154 | 0 | 113 | 55 | 27 | 520 | 74 | 60 |
| Binary | 11000101 | 110010 | 1101100 | 0 | 1001011 | 101101 | 10111 | 101010000 | 111100 | 110000 |
Color Harmonies of #C5326C
Complementary color
Monochromatic Colors of #C5326C
Black with #C5326C
Text Example
Text Example
White with #C5326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5326C; }
p { color: rgb(197,50,108); }
H1.HeaderClassName
{
color: #C5326C;
}
.AnyTagClassName
{
color: #C5326C;
}
</style>
background-color css
<style>
a { background-color: #C5326C; }
a { background-color: rgb(197,50,108); }
div.DivClassName
{
background-color: #C5326C;
}
.BgClassName
{
background-color: #C5326C;
}
</style>
border-color css
<style>
span { border-color: #C5326C; }
span { border-color: rgb(197,50,108); }
td.TdClassName
{
border-color: #C5326C;
}
.TagClassName
{
border-color: #C5326C;
}
</style>