Shades of Old Rose #C53249
Tints of Old Rose #C53249
RGB
CMYK
RGB Variations
Color information
#C53249 (or 0xC53249) is known color: Old Rose. HEX triplet: C5, 32 and 49. RGB value is (197,50,73). Sum of RGB (Red+Green+Blue) = 197+50+73=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53249 is #3ACDB6. Grayscale: #606060. Windows color (decimal): -3853751 or 4797125. OLE color: 4797125.
HSL color Cylindrical-coordinate representation of color #C53249: hue angle of 350.61º 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 #C53249 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 73 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.23 |
| HSL | 350.61º | 0.6% | 0.48% | - |
| HSV(B) | 350.61º | 0.75% | 0.77% | - |
| XYZ | 25.37 | 14.63 | 7.79 | - |
| YUV | 96.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 73 | 0 | 0.75 | 0.63 | 0.23 | 350.61 | 0.6 | 0.48 |
| Hex | C5 | 32 | 49 | 0 | 4B | 3F | 17 | 15F | 3C | 30 |
| Octal | 305 | 62 | 111 | 0 | 113 | 77 | 27 | 537 | 74 | 60 |
| Binary | 11000101 | 110010 | 1001001 | 0 | 1001011 | 111111 | 10111 | 101011111 | 111100 | 110000 |
Color Harmonies of #C53249
Complementary color
Monochromatic Colors of #C53249
Black with #C53249
Text Example
Text Example
White with #C53249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53249; }
p { color: rgb(197,50,73); }
H1.HeaderClassName
{
color: #C53249;
}
.AnyTagClassName
{
color: #C53249;
}
</style>
background-color css
<style>
a { background-color: #C53249; }
a { background-color: rgb(197,50,73); }
div.DivClassName
{
background-color: #C53249;
}
.BgClassName
{
background-color: #C53249;
}
</style>
border-color css
<style>
span { border-color: #C53249; }
span { border-color: rgb(197,50,73); }
td.TdClassName
{
border-color: #C53249;
}
.TagClassName
{
border-color: #C53249;
}
</style>