Shades of Old Rose #C53257
Tints of Old Rose #C53257
RGB
CMYK
RGB Variations
Color information
#C53257 (or 0xC53257) is known color: Old Rose. HEX triplet: C5, 32 and 57. RGB value is (197,50,87). Sum of RGB (Red+Green+Blue) = 197+50+87=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53257 is #3ACDA8. Grayscale: #626262. Windows color (decimal): -3853737 or 5714629. OLE color: 5714629.
HSL color Cylindrical-coordinate representation of color #C53257: hue angle of 344.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53257 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 87 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.23 |
| HSL | 344.9º | 0.6% | 0.48% | - |
| HSV(B) | 344.9º | 0.75% | 0.77% | - |
| XYZ | 25.89 | 14.84 | 10.52 | - |
| YUV | 98.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 87 | 0 | 0.75 | 0.56 | 0.23 | 344.9 | 0.6 | 0.48 |
| Hex | C5 | 32 | 57 | 0 | 4B | 38 | 17 | 159 | 3C | 30 |
| Octal | 305 | 62 | 127 | 0 | 113 | 70 | 27 | 531 | 74 | 60 |
| Binary | 11000101 | 110010 | 1010111 | 0 | 1001011 | 111000 | 10111 | 101011001 | 111100 | 110000 |
Color Harmonies of #C53257
Complementary color
Monochromatic Colors of #C53257
Black with #C53257
Text Example
Text Example
White with #C53257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53257; }
p { color: rgb(197,50,87); }
H1.HeaderClassName
{
color: #C53257;
}
.AnyTagClassName
{
color: #C53257;
}
</style>
background-color css
<style>
a { background-color: #C53257; }
a { background-color: rgb(197,50,87); }
div.DivClassName
{
background-color: #C53257;
}
.BgClassName
{
background-color: #C53257;
}
</style>
border-color css
<style>
span { border-color: #C53257; }
span { border-color: rgb(197,50,87); }
td.TdClassName
{
border-color: #C53257;
}
.TagClassName
{
border-color: #C53257;
}
</style>