Shades of Old Rose #C53956
Tints of Old Rose #C53956
RGB
CMYK
RGB Variations
Color information
#C53956 (or 0xC53956) is known color: Old Rose. HEX triplet: C5, 39 and 56. RGB value is (197,57,86). Sum of RGB (Red+Green+Blue) = 197+57+86=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C53956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53956 is #3AC6A9. Grayscale: #666666. Windows color (decimal): -3851946 or 5650885. OLE color: 5650885.
HSL color Cylindrical-coordinate representation of color #C53956: hue angle of 347.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53956 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 86 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.23 |
| HSL | 347.57º | 0.55% | 0.5% | - |
| HSV(B) | 347.57º | 0.71% | 0.77% | - |
| XYZ | 26.17 | 15.47 | 10.41 | - |
| YUV | 102.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 86 | 0 | 0.71 | 0.56 | 0.23 | 347.57 | 0.55 | 0.5 |
| Hex | C5 | 39 | 56 | 0 | 47 | 38 | 17 | 15C | 37 | 32 |
| Octal | 305 | 71 | 126 | 0 | 107 | 70 | 27 | 534 | 67 | 62 |
| Binary | 11000101 | 111001 | 1010110 | 0 | 1000111 | 111000 | 10111 | 101011100 | 110111 | 110010 |
Color Harmonies of #C53956
Complementary color
Monochromatic Colors of #C53956
Black with #C53956
Text Example
Text Example
White with #C53956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53956; }
p { color: rgb(197,57,86); }
H1.HeaderClassName
{
color: #C53956;
}
.AnyTagClassName
{
color: #C53956;
}
</style>
background-color css
<style>
a { background-color: #C53956; }
a { background-color: rgb(197,57,86); }
div.DivClassName
{
background-color: #C53956;
}
.BgClassName
{
background-color: #C53956;
}
</style>
border-color css
<style>
span { border-color: #C53956; }
span { border-color: rgb(197,57,86); }
td.TdClassName
{
border-color: #C53956;
}
.TagClassName
{
border-color: #C53956;
}
</style>