Shades of Cerise #C53565
Tints of Cerise #C53565
RGB
CMYK
RGB Variations
Color information
#C53565 (or 0xC53565) is known color: Cerise. HEX triplet: C5, 35 and 65. RGB value is (197,53,101). Sum of RGB (Red+Green+Blue) = 197+53+101=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C53565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53565 is #3ACA9A. Grayscale: #656565. Windows color (decimal): -3852955 or 6632901. OLE color: 6632901.
HSL color Cylindrical-coordinate representation of color #C53565: hue angle of 340º degrees, saturation: 0.58, 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 #C53565 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 101 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.23 |
| HSL | 340º | 0.58% | 0.49% | - |
| HSV(B) | 340º | 0.73% | 0.77% | - |
| XYZ | 26.65 | 15.36 | 13.87 | - |
| YUV | 101.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 101 | 0 | 0.73 | 0.49 | 0.23 | 340 | 0.58 | 0.49 |
| Hex | C5 | 35 | 65 | 0 | 49 | 31 | 17 | 154 | 3A | 31 |
| Octal | 305 | 65 | 145 | 0 | 111 | 61 | 27 | 524 | 72 | 61 |
| Binary | 11000101 | 110101 | 1100101 | 0 | 1001001 | 110001 | 10111 | 101010100 | 111010 | 110001 |
Color Harmonies of #C53565
Complementary color
Monochromatic Colors of #C53565
Black with #C53565
Text Example
Text Example
White with #C53565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53565; }
p { color: rgb(197,53,101); }
H1.HeaderClassName
{
color: #C53565;
}
.AnyTagClassName
{
color: #C53565;
}
</style>
background-color css
<style>
a { background-color: #C53565; }
a { background-color: rgb(197,53,101); }
div.DivClassName
{
background-color: #C53565;
}
.BgClassName
{
background-color: #C53565;
}
</style>
border-color css
<style>
span { border-color: #C53565; }
span { border-color: rgb(197,53,101); }
td.TdClassName
{
border-color: #C53565;
}
.TagClassName
{
border-color: #C53565;
}
</style>