Shades of Old Rose #C53E5D
Tints of Old Rose #C53E5D
RGB
CMYK
RGB Variations
Color information
#C53E5D (or 0xC53E5D) is known color: Old Rose. HEX triplet: C5, 3E and 5D. RGB value is (197,62,93). Sum of RGB (Red+Green+Blue) = 197+62+93=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E5D is #3AC1A2. Grayscale: #696969. Windows color (decimal): -3850659 or 6110917. OLE color: 6110917.
HSL color Cylindrical-coordinate representation of color #C53E5D: hue angle of 346.22º 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 #C53E5D is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 93 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.23 |
| HSL | 346.22º | 0.54% | 0.51% | - |
| HSV(B) | 346.22º | 0.69% | 0.77% | - |
| XYZ | 26.72 | 16.11 | 12.06 | - |
| YUV | 105.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 93 | 0 | 0.69 | 0.53 | 0.23 | 346.22 | 0.54 | 0.51 |
| Hex | C5 | 3E | 5D | 0 | 45 | 35 | 17 | 15A | 36 | 33 |
| Octal | 305 | 76 | 135 | 0 | 105 | 65 | 27 | 532 | 66 | 63 |
| Binary | 11000101 | 111110 | 1011101 | 0 | 1000101 | 110101 | 10111 | 101011010 | 110110 | 110011 |
Color Harmonies of #C53E5D
Complementary color
Monochromatic Colors of #C53E5D
Black with #C53E5D
Text Example
Text Example
White with #C53E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53E5D; }
p { color: rgb(197,62,93); }
H1.HeaderClassName
{
color: #C53E5D;
}
.AnyTagClassName
{
color: #C53E5D;
}
</style>
background-color css
<style>
a { background-color: #C53E5D; }
a { background-color: rgb(197,62,93); }
div.DivClassName
{
background-color: #C53E5D;
}
.BgClassName
{
background-color: #C53E5D;
}
</style>
border-color css
<style>
span { border-color: #C53E5D; }
span { border-color: rgb(197,62,93); }
td.TdClassName
{
border-color: #C53E5D;
}
.TagClassName
{
border-color: #C53E5D;
}
</style>