Shades of Cerise #C53866
Tints of Cerise #C53866
RGB
CMYK
RGB Variations
Color information
#C53866 (or 0xC53866) is known color: Cerise. HEX triplet: C5, 38 and 66. RGB value is (197,56,102). Sum of RGB (Red+Green+Blue) = 197+56+102=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C53866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53866 is #3AC799. Grayscale: #676767. Windows color (decimal): -3852186 or 6699205. OLE color: 6699205.
HSL color Cylindrical-coordinate representation of color #C53866: hue angle of 340.43º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53866 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 102 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.23 |
| HSL | 340.43º | 0.56% | 0.5% | - |
| HSV(B) | 340.43º | 0.72% | 0.77% | - |
| XYZ | 26.84 | 15.66 | 14.18 | - |
| YUV | 103.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 102 | 0 | 0.72 | 0.48 | 0.23 | 340.43 | 0.56 | 0.5 |
| Hex | C5 | 38 | 66 | 0 | 48 | 30 | 17 | 154 | 38 | 32 |
| Octal | 305 | 70 | 146 | 0 | 110 | 60 | 27 | 524 | 70 | 62 |
| Binary | 11000101 | 111000 | 1100110 | 0 | 1001000 | 110000 | 10111 | 101010100 | 111000 | 110010 |
Color Harmonies of #C53866
Complementary color
Monochromatic Colors of #C53866
Black with #C53866
Text Example
Text Example
White with #C53866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53866; }
p { color: rgb(197,56,102); }
H1.HeaderClassName
{
color: #C53866;
}
.AnyTagClassName
{
color: #C53866;
}
</style>
background-color css
<style>
a { background-color: #C53866; }
a { background-color: rgb(197,56,102); }
div.DivClassName
{
background-color: #C53866;
}
.BgClassName
{
background-color: #C53866;
}
</style>
border-color css
<style>
span { border-color: #C53866; }
span { border-color: rgb(197,56,102); }
td.TdClassName
{
border-color: #C53866;
}
.TagClassName
{
border-color: #C53866;
}
</style>