Shades of Old Rose #C53F56
Tints of Old Rose #C53F56
RGB
CMYK
RGB Variations
Color information
#C53F56 (or 0xC53F56) is known color: Old Rose. HEX triplet: C5, 3F and 56. RGB value is (197,63,86). Sum of RGB (Red+Green+Blue) = 197+63+86=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F56 is #3AC0A9. Grayscale: #696969. Windows color (decimal): -3850410 or 5652421. OLE color: 5652421.
HSL color Cylindrical-coordinate representation of color #C53F56: hue angle of 349.7º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F56 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 86 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.23 |
| HSL | 349.7º | 0.54% | 0.51% | - |
| HSV(B) | 349.7º | 0.68% | 0.77% | - |
| XYZ | 26.48 | 16.1 | 10.52 | - |
| YUV | 105.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 86 | 0 | 0.68 | 0.56 | 0.23 | 349.7 | 0.54 | 0.51 |
| Hex | C5 | 3F | 56 | 0 | 44 | 38 | 17 | 15E | 36 | 33 |
| Octal | 305 | 77 | 126 | 0 | 104 | 70 | 27 | 536 | 66 | 63 |
| Binary | 11000101 | 111111 | 1010110 | 0 | 1000100 | 111000 | 10111 | 101011110 | 110110 | 110011 |
Color Harmonies of #C53F56
Complementary color
Monochromatic Colors of #C53F56
Black with #C53F56
Text Example
Text Example
White with #C53F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F56; }
p { color: rgb(197,63,86); }
H1.HeaderClassName
{
color: #C53F56;
}
.AnyTagClassName
{
color: #C53F56;
}
</style>
background-color css
<style>
a { background-color: #C53F56; }
a { background-color: rgb(197,63,86); }
div.DivClassName
{
background-color: #C53F56;
}
.BgClassName
{
background-color: #C53F56;
}
</style>
border-color css
<style>
span { border-color: #C53F56; }
span { border-color: rgb(197,63,86); }
td.TdClassName
{
border-color: #C53F56;
}
.TagClassName
{
border-color: #C53F56;
}
</style>