Shades of Old Rose #C53457
Tints of Old Rose #C53457
RGB
CMYK
RGB Variations
Color information
#C53457 (or 0xC53457) is known color: Old Rose. HEX triplet: C5, 34 and 57. RGB value is (197,52,87). Sum of RGB (Red+Green+Blue) = 197+52+87=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53457 is #3ACBA8. Grayscale: #636363. Windows color (decimal): -3853225 or 5715141. OLE color: 5715141.
HSL color Cylindrical-coordinate representation of color #C53457: hue angle of 345.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53457 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 87 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.23 |
| HSL | 345.52º | 0.58% | 0.49% | - |
| HSV(B) | 345.52º | 0.74% | 0.77% | - |
| XYZ | 25.97 | 15.01 | 10.55 | - |
| YUV | 99.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 87 | 0 | 0.74 | 0.56 | 0.23 | 345.52 | 0.58 | 0.49 |
| Hex | C5 | 34 | 57 | 0 | 4A | 38 | 17 | 15A | 3A | 31 |
| Octal | 305 | 64 | 127 | 0 | 112 | 70 | 27 | 532 | 72 | 61 |
| Binary | 11000101 | 110100 | 1010111 | 0 | 1001010 | 111000 | 10111 | 101011010 | 111010 | 110001 |
Color Harmonies of #C53457
Complementary color
Monochromatic Colors of #C53457
Black with #C53457
Text Example
Text Example
White with #C53457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53457; }
p { color: rgb(197,52,87); }
H1.HeaderClassName
{
color: #C53457;
}
.AnyTagClassName
{
color: #C53457;
}
</style>
background-color css
<style>
a { background-color: #C53457; }
a { background-color: rgb(197,52,87); }
div.DivClassName
{
background-color: #C53457;
}
.BgClassName
{
background-color: #C53457;
}
</style>
border-color css
<style>
span { border-color: #C53457; }
span { border-color: rgb(197,52,87); }
td.TdClassName
{
border-color: #C53457;
}
.TagClassName
{
border-color: #C53457;
}
</style>