Shades of Old Rose #C53256
Tints of Old Rose #C53256
RGB
CMYK
RGB Variations
Color information
#C53256 (or 0xC53256) is known color: Old Rose. HEX triplet: C5, 32 and 56. RGB value is (197,50,86). Sum of RGB (Red+Green+Blue) = 197+50+86=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53256 is #3ACDA9. Grayscale: #626262. Windows color (decimal): -3853738 or 5649093. OLE color: 5649093.
HSL color Cylindrical-coordinate representation of color #C53256: hue angle of 345.31º 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 #C53256 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 86 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.23 |
| HSL | 345.31º | 0.6% | 0.48% | - |
| HSV(B) | 345.31º | 0.75% | 0.77% | - |
| XYZ | 25.85 | 14.82 | 10.3 | - |
| YUV | 98.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 86 | 0 | 0.75 | 0.56 | 0.23 | 345.31 | 0.6 | 0.48 |
| Hex | C5 | 32 | 56 | 0 | 4B | 38 | 17 | 159 | 3C | 30 |
| Octal | 305 | 62 | 126 | 0 | 113 | 70 | 27 | 531 | 74 | 60 |
| Binary | 11000101 | 110010 | 1010110 | 0 | 1001011 | 111000 | 10111 | 101011001 | 111100 | 110000 |
Color Harmonies of #C53256
Complementary color
Monochromatic Colors of #C53256
Black with #C53256
Text Example
Text Example
White with #C53256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53256; }
p { color: rgb(197,50,86); }
H1.HeaderClassName
{
color: #C53256;
}
.AnyTagClassName
{
color: #C53256;
}
</style>
background-color css
<style>
a { background-color: #C53256; }
a { background-color: rgb(197,50,86); }
div.DivClassName
{
background-color: #C53256;
}
.BgClassName
{
background-color: #C53256;
}
</style>
border-color css
<style>
span { border-color: #C53256; }
span { border-color: rgb(197,50,86); }
td.TdClassName
{
border-color: #C53256;
}
.TagClassName
{
border-color: #C53256;
}
</style>