Shades of Cerise #C53663
Tints of Cerise #C53663
RGB
CMYK
RGB Variations
Color information
#C53663 (or 0xC53663) is known color: Cerise. HEX triplet: C5, 36 and 63. RGB value is (197,54,99). Sum of RGB (Red+Green+Blue) = 197+54+99=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C53663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53663 is #3AC99C. Grayscale: #656565. Windows color (decimal): -3852701 or 6502085. OLE color: 6502085.
HSL color Cylindrical-coordinate representation of color #C53663: hue angle of 341.12º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53663 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 99 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.23 |
| HSL | 341.12º | 0.57% | 0.49% | - |
| HSV(B) | 341.12º | 0.73% | 0.77% | - |
| XYZ | 26.6 | 15.41 | 13.38 | - |
| YUV | 101.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 99 | 0 | 0.73 | 0.50 | 0.23 | 341.12 | 0.57 | 0.49 |
| Hex | C5 | 36 | 63 | 0 | 49 | 32 | 17 | 155 | 39 | 31 |
| Octal | 305 | 66 | 143 | 0 | 111 | 62 | 27 | 525 | 71 | 61 |
| Binary | 11000101 | 110110 | 1100011 | 0 | 1001001 | 110010 | 10111 | 101010101 | 111001 | 110001 |
Color Harmonies of #C53663
Complementary color
Monochromatic Colors of #C53663
Black with #C53663
Text Example
Text Example
White with #C53663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53663; }
p { color: rgb(197,54,99); }
H1.HeaderClassName
{
color: #C53663;
}
.AnyTagClassName
{
color: #C53663;
}
</style>
background-color css
<style>
a { background-color: #C53663; }
a { background-color: rgb(197,54,99); }
div.DivClassName
{
background-color: #C53663;
}
.BgClassName
{
background-color: #C53663;
}
</style>
border-color css
<style>
span { border-color: #C53663; }
span { border-color: rgb(197,54,99); }
td.TdClassName
{
border-color: #C53663;
}
.TagClassName
{
border-color: #C53663;
}
</style>