Shades of Old Rose #C53756
Tints of Old Rose #C53756
RGB
CMYK
RGB Variations
Color information
#C53756 (or 0xC53756) is known color: Old Rose. HEX triplet: C5, 37 and 56. RGB value is (197,55,86). Sum of RGB (Red+Green+Blue) = 197+55+86=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C53756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53756 is #3AC8A9. Grayscale: #656565. Windows color (decimal): -3852458 or 5650373. OLE color: 5650373.
HSL color Cylindrical-coordinate representation of color #C53756: hue angle of 346.9º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53756 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 86 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.23 |
| HSL | 346.9º | 0.56% | 0.49% | - |
| HSV(B) | 346.9º | 0.72% | 0.77% | - |
| XYZ | 26.07 | 15.27 | 10.38 | - |
| YUV | 100.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 86 | 0 | 0.72 | 0.56 | 0.23 | 346.9 | 0.56 | 0.49 |
| Hex | C5 | 37 | 56 | 0 | 48 | 38 | 17 | 15B | 38 | 31 |
| Octal | 305 | 67 | 126 | 0 | 110 | 70 | 27 | 533 | 70 | 61 |
| Binary | 11000101 | 110111 | 1010110 | 0 | 1001000 | 111000 | 10111 | 101011011 | 111000 | 110001 |
Color Harmonies of #C53756
Complementary color
Monochromatic Colors of #C53756
Black with #C53756
Text Example
Text Example
White with #C53756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53756; }
p { color: rgb(197,55,86); }
H1.HeaderClassName
{
color: #C53756;
}
.AnyTagClassName
{
color: #C53756;
}
</style>
background-color css
<style>
a { background-color: #C53756; }
a { background-color: rgb(197,55,86); }
div.DivClassName
{
background-color: #C53756;
}
.BgClassName
{
background-color: #C53756;
}
</style>
border-color css
<style>
span { border-color: #C53756; }
span { border-color: rgb(197,55,86); }
td.TdClassName
{
border-color: #C53756;
}
.TagClassName
{
border-color: #C53756;
}
</style>