Shades of Old Rose #C53251
Tints of Old Rose #C53251
RGB
CMYK
RGB Variations
Color information
#C53251 (or 0xC53251) is known color: Old Rose. HEX triplet: C5, 32 and 51. RGB value is (197,50,81). Sum of RGB (Red+Green+Blue) = 197+50+81=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C53251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53251 is #3ACDAE. Grayscale: #616161. Windows color (decimal): -3853743 or 5321413. OLE color: 5321413.
HSL color Cylindrical-coordinate representation of color #C53251: hue angle of 347.35º 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 #C53251 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 81 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.23 |
| HSL | 347.35º | 0.6% | 0.48% | - |
| HSV(B) | 347.35º | 0.75% | 0.77% | - |
| XYZ | 25.65 | 14.75 | 9.28 | - |
| YUV | 97.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 81 | 0 | 0.75 | 0.59 | 0.23 | 347.35 | 0.6 | 0.48 |
| Hex | C5 | 32 | 51 | 0 | 4B | 3B | 17 | 15B | 3C | 30 |
| Octal | 305 | 62 | 121 | 0 | 113 | 73 | 27 | 533 | 74 | 60 |
| Binary | 11000101 | 110010 | 1010001 | 0 | 1001011 | 111011 | 10111 | 101011011 | 111100 | 110000 |
Color Harmonies of #C53251
Complementary color
Monochromatic Colors of #C53251
Black with #C53251
Text Example
Text Example
White with #C53251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53251; }
p { color: rgb(197,50,81); }
H1.HeaderClassName
{
color: #C53251;
}
.AnyTagClassName
{
color: #C53251;
}
</style>
background-color css
<style>
a { background-color: #C53251; }
a { background-color: rgb(197,50,81); }
div.DivClassName
{
background-color: #C53251;
}
.BgClassName
{
background-color: #C53251;
}
</style>
border-color css
<style>
span { border-color: #C53251; }
span { border-color: rgb(197,50,81); }
td.TdClassName
{
border-color: #C53251;
}
.TagClassName
{
border-color: #C53251;
}
</style>