Shades of Cerise #C5246B
Tints of Cerise #C5246B
RGB
CMYK
RGB Variations
Color information
#C5246B (or 0xC5246B) is known color: Cerise. HEX triplet: C5, 24 and 6B. RGB value is (197,36,107). Sum of RGB (Red+Green+Blue) = 197+36+107=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246B is #3ADB94. Grayscale: #5C5C5C. Windows color (decimal): -3857301 or 7021765. OLE color: 7021765.
HSL color Cylindrical-coordinate representation of color #C5246B: hue angle of 333.54º 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 #C5246B is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 107 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.23 |
| HSL | 333.54º | 0.69% | 0.46% | - |
| HSV(B) | 333.54º | 0.82% | 0.77% | - |
| XYZ | 26.31 | 14.19 | 15.26 | - |
| YUV | 92.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 107 | 0 | 0.82 | 0.46 | 0.23 | 333.54 | 0.69 | 0.46 |
| Hex | C5 | 24 | 6B | 0 | 52 | 2E | 17 | 14E | 45 | 2E |
| Octal | 305 | 44 | 153 | 0 | 122 | 56 | 27 | 516 | 105 | 56 |
| Binary | 11000101 | 100100 | 1101011 | 0 | 1010010 | 101110 | 10111 | 101001110 | 1000101 | 101110 |
Color Harmonies of #C5246B
Complementary color
Monochromatic Colors of #C5246B
Black with #C5246B
Text Example
Text Example
White with #C5246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5246B; }
p { color: rgb(197,36,107); }
H1.HeaderClassName
{
color: #C5246B;
}
.AnyTagClassName
{
color: #C5246B;
}
</style>
background-color css
<style>
a { background-color: #C5246B; }
a { background-color: rgb(197,36,107); }
div.DivClassName
{
background-color: #C5246B;
}
.BgClassName
{
background-color: #C5246B;
}
</style>
border-color css
<style>
span { border-color: #C5246B; }
span { border-color: rgb(197,36,107); }
td.TdClassName
{
border-color: #C5246B;
}
.TagClassName
{
border-color: #C5246B;
}
</style>