Shades of Cerise #C5236B
Tints of Cerise #C5236B
RGB
CMYK
RGB Variations
Color information
#C5236B (or 0xC5236B) is known color: Cerise. HEX triplet: C5, 23 and 6B. RGB value is (197,35,107). Sum of RGB (Red+Green+Blue) = 197+35+107=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5236B is #3ADC94. Grayscale: #5B5B5B. Windows color (decimal): -3857557 or 7021509. OLE color: 7021509.
HSL color Cylindrical-coordinate representation of color #C5236B: hue angle of 333.33º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5236B is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 107 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.23 |
| HSL | 333.33º | 0.7% | 0.45% | - |
| HSV(B) | 333.33º | 0.82% | 0.77% | - |
| XYZ | 26.28 | 14.13 | 15.25 | - |
| YUV | 91.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 107 | 0 | 0.82 | 0.46 | 0.23 | 333.33 | 0.7 | 0.45 |
| Hex | C5 | 23 | 6B | 0 | 52 | 2E | 17 | 14D | 46 | 2D |
| Octal | 305 | 43 | 153 | 0 | 122 | 56 | 27 | 515 | 106 | 55 |
| Binary | 11000101 | 100011 | 1101011 | 0 | 1010010 | 101110 | 10111 | 101001101 | 1000110 | 101101 |
Color Harmonies of #C5236B
Complementary color
Monochromatic Colors of #C5236B
Black with #C5236B
Text Example
Text Example
White with #C5236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5236B; }
p { color: rgb(197,35,107); }
H1.HeaderClassName
{
color: #C5236B;
}
.AnyTagClassName
{
color: #C5236B;
}
</style>
background-color css
<style>
a { background-color: #C5236B; }
a { background-color: rgb(197,35,107); }
div.DivClassName
{
background-color: #C5236B;
}
.BgClassName
{
background-color: #C5236B;
}
</style>
border-color css
<style>
span { border-color: #C5236B; }
span { border-color: rgb(197,35,107); }
td.TdClassName
{
border-color: #C5236B;
}
.TagClassName
{
border-color: #C5236B;
}
</style>