Shades of Old Rose #C53349
Tints of Old Rose #C53349
RGB
CMYK
RGB Variations
Color information
#C53349 (or 0xC53349) is known color: Old Rose. HEX triplet: C5, 33 and 49. RGB value is (197,51,73). Sum of RGB (Red+Green+Blue) = 197+51+73=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53349 is #3ACCB6. Grayscale: #616161. Windows color (decimal): -3853495 or 4797381. OLE color: 4797381.
HSL color Cylindrical-coordinate representation of color #C53349: hue angle of 350.96º degrees, saturation: 0.59, 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 #C53349 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 73 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.23 |
| HSL | 350.96º | 0.59% | 0.49% | - |
| HSV(B) | 350.96º | 0.74% | 0.77% | - |
| XYZ | 25.41 | 14.72 | 7.81 | - |
| YUV | 97.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 73 | 0 | 0.74 | 0.63 | 0.23 | 350.96 | 0.59 | 0.49 |
| Hex | C5 | 33 | 49 | 0 | 4A | 3F | 17 | 15F | 3B | 31 |
| Octal | 305 | 63 | 111 | 0 | 112 | 77 | 27 | 537 | 73 | 61 |
| Binary | 11000101 | 110011 | 1001001 | 0 | 1001010 | 111111 | 10111 | 101011111 | 111011 | 110001 |
Color Harmonies of #C53349
Complementary color
Monochromatic Colors of #C53349
Black with #C53349
Text Example
Text Example
White with #C53349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53349; }
p { color: rgb(197,51,73); }
H1.HeaderClassName
{
color: #C53349;
}
.AnyTagClassName
{
color: #C53349;
}
</style>
background-color css
<style>
a { background-color: #C53349; }
a { background-color: rgb(197,51,73); }
div.DivClassName
{
background-color: #C53349;
}
.BgClassName
{
background-color: #C53349;
}
</style>
border-color css
<style>
span { border-color: #C53349; }
span { border-color: rgb(197,51,73); }
td.TdClassName
{
border-color: #C53349;
}
.TagClassName
{
border-color: #C53349;
}
</style>