Shades of Old Rose #C53C4E
Tints of Old Rose #C53C4E
RGB
CMYK
RGB Variations
Color information
#C53C4E (or 0xC53C4E) is known color: Old Rose. HEX triplet: C5, 3C and 4E. RGB value is (197,60,78). Sum of RGB (Red+Green+Blue) = 197+60+78=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C4E is #3AC3B1. Grayscale: #676767. Windows color (decimal): -3851186 or 5127365. OLE color: 5127365.
HSL color Cylindrical-coordinate representation of color #C53C4E: hue angle of 352.12º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C4E is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 78 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.23 |
| HSL | 352.12º | 0.54% | 0.5% | - |
| HSV(B) | 352.12º | 0.7% | 0.77% | - |
| XYZ | 26.02 | 15.65 | 8.86 | - |
| YUV | 103.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 78 | 0 | 0.70 | 0.60 | 0.23 | 352.12 | 0.54 | 0.5 |
| Hex | C5 | 3C | 4E | 0 | 46 | 3C | 17 | 160 | 36 | 32 |
| Octal | 305 | 74 | 116 | 0 | 106 | 74 | 27 | 540 | 66 | 62 |
| Binary | 11000101 | 111100 | 1001110 | 0 | 1000110 | 111100 | 10111 | 101100000 | 110110 | 110010 |
Color Harmonies of #C53C4E
Complementary color
Monochromatic Colors of #C53C4E
Black with #C53C4E
Text Example
Text Example
White with #C53C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C4E; }
p { color: rgb(197,60,78); }
H1.HeaderClassName
{
color: #C53C4E;
}
.AnyTagClassName
{
color: #C53C4E;
}
</style>
background-color css
<style>
a { background-color: #C53C4E; }
a { background-color: rgb(197,60,78); }
div.DivClassName
{
background-color: #C53C4E;
}
.BgClassName
{
background-color: #C53C4E;
}
</style>
border-color css
<style>
span { border-color: #C53C4E; }
span { border-color: rgb(197,60,78); }
td.TdClassName
{
border-color: #C53C4E;
}
.TagClassName
{
border-color: #C53C4E;
}
</style>