Shades of Cerise #C5246C
Tints of Cerise #C5246C
RGB
CMYK
RGB Variations
Color information
#C5246C (or 0xC5246C) is known color: Cerise. HEX triplet: C5, 24 and 6C. RGB value is (197,36,108). Sum of RGB (Red+Green+Blue) = 197+36+108=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246C is #3ADB93. Grayscale: #5C5C5C. Windows color (decimal): -3857300 or 7087301. OLE color: 7087301.
HSL color Cylindrical-coordinate representation of color #C5246C: hue angle of 333.17º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5246C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 108 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.23 |
| HSL | 333.17º | 0.69% | 0.46% | - |
| HSV(B) | 333.17º | 0.82% | 0.77% | - |
| XYZ | 26.36 | 14.21 | 15.54 | - |
| YUV | 92.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 108 | 0 | 0.82 | 0.45 | 0.23 | 333.17 | 0.69 | 0.46 |
| Hex | C5 | 24 | 6C | 0 | 52 | 2D | 17 | 14D | 45 | 2E |
| Octal | 305 | 44 | 154 | 0 | 122 | 55 | 27 | 515 | 105 | 56 |
| Binary | 11000101 | 100100 | 1101100 | 0 | 1010010 | 101101 | 10111 | 101001101 | 1000101 | 101110 |
Color Harmonies of #C5246C
Complementary color
Monochromatic Colors of #C5246C
Black with #C5246C
Text Example
Text Example
White with #C5246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5246C; }
p { color: rgb(197,36,108); }
H1.HeaderClassName
{
color: #C5246C;
}
.AnyTagClassName
{
color: #C5246C;
}
</style>
background-color css
<style>
a { background-color: #C5246C; }
a { background-color: rgb(197,36,108); }
div.DivClassName
{
background-color: #C5246C;
}
.BgClassName
{
background-color: #C5246C;
}
</style>
border-color css
<style>
span { border-color: #C5246C; }
span { border-color: rgb(197,36,108); }
td.TdClassName
{
border-color: #C5246C;
}
.TagClassName
{
border-color: #C5246C;
}
</style>