Shades of Old Rose #C53449
Tints of Old Rose #C53449
RGB
CMYK
RGB Variations
Color information
#C53449 (or 0xC53449) is known color: Old Rose. HEX triplet: C5, 34 and 49. RGB value is (197,52,73). Sum of RGB (Red+Green+Blue) = 197+52+73=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53449 is #3ACBB6. Grayscale: #616161. Windows color (decimal): -3853239 or 4797637. OLE color: 4797637.
HSL color Cylindrical-coordinate representation of color #C53449: hue angle of 351.31º 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 #C53449 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 73 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.23 |
| HSL | 351.31º | 0.58% | 0.49% | - |
| HSV(B) | 351.31º | 0.74% | 0.77% | - |
| XYZ | 25.46 | 14.81 | 7.82 | - |
| YUV | 97.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 73 | 0 | 0.74 | 0.63 | 0.23 | 351.31 | 0.58 | 0.49 |
| Hex | C5 | 34 | 49 | 0 | 4A | 3F | 17 | 15F | 3A | 31 |
| Octal | 305 | 64 | 111 | 0 | 112 | 77 | 27 | 537 | 72 | 61 |
| Binary | 11000101 | 110100 | 1001001 | 0 | 1001010 | 111111 | 10111 | 101011111 | 111010 | 110001 |
Color Harmonies of #C53449
Complementary color
Monochromatic Colors of #C53449
Black with #C53449
Text Example
Text Example
White with #C53449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53449; }
p { color: rgb(197,52,73); }
H1.HeaderClassName
{
color: #C53449;
}
.AnyTagClassName
{
color: #C53449;
}
</style>
background-color css
<style>
a { background-color: #C53449; }
a { background-color: rgb(197,52,73); }
div.DivClassName
{
background-color: #C53449;
}
.BgClassName
{
background-color: #C53449;
}
</style>
border-color css
<style>
span { border-color: #C53449; }
span { border-color: rgb(197,52,73); }
td.TdClassName
{
border-color: #C53449;
}
.TagClassName
{
border-color: #C53449;
}
</style>