Shades of Old Rose #C53156
Tints of Old Rose #C53156
RGB
CMYK
RGB Variations
Color information
#C53156 (or 0xC53156) is known color: Old Rose. HEX triplet: C5, 31 and 56. RGB value is (197,49,86). Sum of RGB (Red+Green+Blue) = 197+49+86=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53156 is #3ACEA9. Grayscale: #616161. Windows color (decimal): -3853994 or 5648837. OLE color: 5648837.
HSL color Cylindrical-coordinate representation of color #C53156: hue angle of 345º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53156 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 86 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.23 |
| HSL | 345º | 0.6% | 0.48% | - |
| HSV(B) | 345º | 0.75% | 0.77% | - |
| XYZ | 25.8 | 14.74 | 10.29 | - |
| YUV | 97.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 86 | 0 | 0.75 | 0.56 | 0.23 | 345 | 0.6 | 0.48 |
| Hex | C5 | 31 | 56 | 0 | 4B | 38 | 17 | 159 | 3C | 30 |
| Octal | 305 | 61 | 126 | 0 | 113 | 70 | 27 | 531 | 74 | 60 |
| Binary | 11000101 | 110001 | 1010110 | 0 | 1001011 | 111000 | 10111 | 101011001 | 111100 | 110000 |
Color Harmonies of #C53156
Complementary color
Monochromatic Colors of #C53156
Black with #C53156
Text Example
Text Example
White with #C53156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53156; }
p { color: rgb(197,49,86); }
H1.HeaderClassName
{
color: #C53156;
}
.AnyTagClassName
{
color: #C53156;
}
</style>
background-color css
<style>
a { background-color: #C53156; }
a { background-color: rgb(197,49,86); }
div.DivClassName
{
background-color: #C53156;
}
.BgClassName
{
background-color: #C53156;
}
</style>
border-color css
<style>
span { border-color: #C53156; }
span { border-color: rgb(197,49,86); }
td.TdClassName
{
border-color: #C53156;
}
.TagClassName
{
border-color: #C53156;
}
</style>