Shades of Old Rose #C53D52
Tints of Old Rose #C53D52
RGB
CMYK
RGB Variations
Color information
#C53D52 (or 0xC53D52) is known color: Old Rose. HEX triplet: C5, 3D and 52. RGB value is (197,61,82). Sum of RGB (Red+Green+Blue) = 197+61+82=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D52 is #3AC2AD. Grayscale: #686868. Windows color (decimal): -3850926 or 5389765. OLE color: 5389765.
HSL color Cylindrical-coordinate representation of color #C53D52: hue angle of 350.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D52 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 82 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.23 |
| HSL | 350.74º | 0.54% | 0.51% | - |
| HSV(B) | 350.74º | 0.69% | 0.77% | - |
| XYZ | 26.22 | 15.82 | 9.65 | - |
| YUV | 104.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 82 | 0 | 0.69 | 0.58 | 0.23 | 350.74 | 0.54 | 0.51 |
| Hex | C5 | 3D | 52 | 0 | 45 | 3A | 17 | 15F | 36 | 33 |
| Octal | 305 | 75 | 122 | 0 | 105 | 72 | 27 | 537 | 66 | 63 |
| Binary | 11000101 | 111101 | 1010010 | 0 | 1000101 | 111010 | 10111 | 101011111 | 110110 | 110011 |
Color Harmonies of #C53D52
Complementary color
Monochromatic Colors of #C53D52
Black with #C53D52
Text Example
Text Example
White with #C53D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D52; }
p { color: rgb(197,61,82); }
H1.HeaderClassName
{
color: #C53D52;
}
.AnyTagClassName
{
color: #C53D52;
}
</style>
background-color css
<style>
a { background-color: #C53D52; }
a { background-color: rgb(197,61,82); }
div.DivClassName
{
background-color: #C53D52;
}
.BgClassName
{
background-color: #C53D52;
}
</style>
border-color css
<style>
span { border-color: #C53D52; }
span { border-color: rgb(197,61,82); }
td.TdClassName
{
border-color: #C53D52;
}
.TagClassName
{
border-color: #C53D52;
}
</style>