Shades of Old Rose #C53352
Tints of Old Rose #C53352
RGB
CMYK
RGB Variations
Color information
#C53352 (or 0xC53352) is known color: Old Rose. HEX triplet: C5, 33 and 52. RGB value is (197,51,82). Sum of RGB (Red+Green+Blue) = 197+51+82=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53352 is #3ACCAD. Grayscale: #626262. Windows color (decimal): -3853486 or 5387205. OLE color: 5387205.
HSL color Cylindrical-coordinate representation of color #C53352: hue angle of 347.26º 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 #C53352 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 82 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.23 |
| HSL | 347.26º | 0.59% | 0.49% | - |
| HSV(B) | 347.26º | 0.74% | 0.77% | - |
| XYZ | 25.73 | 14.85 | 9.49 | - |
| YUV | 98.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 82 | 0 | 0.74 | 0.58 | 0.23 | 347.26 | 0.59 | 0.49 |
| Hex | C5 | 33 | 52 | 0 | 4A | 3A | 17 | 15B | 3B | 31 |
| Octal | 305 | 63 | 122 | 0 | 112 | 72 | 27 | 533 | 73 | 61 |
| Binary | 11000101 | 110011 | 1010010 | 0 | 1001010 | 111010 | 10111 | 101011011 | 111011 | 110001 |
Color Harmonies of #C53352
Complementary color
Monochromatic Colors of #C53352
Black with #C53352
Text Example
Text Example
White with #C53352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53352; }
p { color: rgb(197,51,82); }
H1.HeaderClassName
{
color: #C53352;
}
.AnyTagClassName
{
color: #C53352;
}
</style>
background-color css
<style>
a { background-color: #C53352; }
a { background-color: rgb(197,51,82); }
div.DivClassName
{
background-color: #C53352;
}
.BgClassName
{
background-color: #C53352;
}
</style>
border-color css
<style>
span { border-color: #C53352; }
span { border-color: rgb(197,51,82); }
td.TdClassName
{
border-color: #C53352;
}
.TagClassName
{
border-color: #C53352;
}
</style>