Shades of Old Rose #C53456
Tints of Old Rose #C53456
RGB
CMYK
RGB Variations
Color information
#C53456 (or 0xC53456) is known color: Old Rose. HEX triplet: C5, 34 and 56. RGB value is (197,52,86). Sum of RGB (Red+Green+Blue) = 197+52+86=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53456 is #3ACBA9. Grayscale: #636363. Windows color (decimal): -3853226 or 5649605. OLE color: 5649605.
HSL color Cylindrical-coordinate representation of color #C53456: hue angle of 345.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53456 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 86 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.23 |
| HSL | 345.93º | 0.58% | 0.49% | - |
| HSV(B) | 345.93º | 0.74% | 0.77% | - |
| XYZ | 25.93 | 15 | 10.33 | - |
| YUV | 99.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 86 | 0 | 0.74 | 0.56 | 0.23 | 345.93 | 0.58 | 0.49 |
| Hex | C5 | 34 | 56 | 0 | 4A | 38 | 17 | 15A | 3A | 31 |
| Octal | 305 | 64 | 126 | 0 | 112 | 70 | 27 | 532 | 72 | 61 |
| Binary | 11000101 | 110100 | 1010110 | 0 | 1001010 | 111000 | 10111 | 101011010 | 111010 | 110001 |
Color Harmonies of #C53456
Complementary color
Monochromatic Colors of #C53456
Black with #C53456
Text Example
Text Example
White with #C53456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53456; }
p { color: rgb(197,52,86); }
H1.HeaderClassName
{
color: #C53456;
}
.AnyTagClassName
{
color: #C53456;
}
</style>
background-color css
<style>
a { background-color: #C53456; }
a { background-color: rgb(197,52,86); }
div.DivClassName
{
background-color: #C53456;
}
.BgClassName
{
background-color: #C53456;
}
</style>
border-color css
<style>
span { border-color: #C53456; }
span { border-color: rgb(197,52,86); }
td.TdClassName
{
border-color: #C53456;
}
.TagClassName
{
border-color: #C53456;
}
</style>