Shades of Cerise #C5246A
Tints of Cerise #C5246A
RGB
CMYK
RGB Variations
Color information
#C5246A (or 0xC5246A) is known color: Cerise. HEX triplet: C5, 24 and 6A. RGB value is (197,36,106). Sum of RGB (Red+Green+Blue) = 197+36+106=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246A is #3ADB95. Grayscale: #5B5B5B. Windows color (decimal): -3857302 or 6956229. OLE color: 6956229.
HSL color Cylindrical-coordinate representation of color #C5246A: hue angle of 333.91º 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 #C5246A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 106 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.23 |
| HSL | 333.91º | 0.69% | 0.46% | - |
| HSV(B) | 333.91º | 0.82% | 0.77% | - |
| XYZ | 26.26 | 14.17 | 14.99 | - |
| YUV | 92.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 106 | 0 | 0.82 | 0.46 | 0.23 | 333.91 | 0.69 | 0.46 |
| Hex | C5 | 24 | 6A | 0 | 52 | 2E | 17 | 14E | 45 | 2E |
| Octal | 305 | 44 | 152 | 0 | 122 | 56 | 27 | 516 | 105 | 56 |
| Binary | 11000101 | 100100 | 1101010 | 0 | 1010010 | 101110 | 10111 | 101001110 | 1000101 | 101110 |
Color Harmonies of #C5246A
Complementary color
Monochromatic Colors of #C5246A
Black with #C5246A
Text Example
Text Example
White with #C5246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5246A; }
p { color: rgb(197,36,106); }
H1.HeaderClassName
{
color: #C5246A;
}
.AnyTagClassName
{
color: #C5246A;
}
</style>
background-color css
<style>
a { background-color: #C5246A; }
a { background-color: rgb(197,36,106); }
div.DivClassName
{
background-color: #C5246A;
}
.BgClassName
{
background-color: #C5246A;
}
</style>
border-color css
<style>
span { border-color: #C5246A; }
span { border-color: rgb(197,36,106); }
td.TdClassName
{
border-color: #C5246A;
}
.TagClassName
{
border-color: #C5246A;
}
</style>