Shades of Old Rose #C53759
Tints of Old Rose #C53759
RGB
CMYK
RGB Variations
Color information
#C53759 (or 0xC53759) is known color: Old Rose. HEX triplet: C5, 37 and 59. RGB value is (197,55,89). Sum of RGB (Red+Green+Blue) = 197+55+89=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C53759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53759 is #3AC8A6. Grayscale: #656565. Windows color (decimal): -3852455 or 5846981. OLE color: 5846981.
HSL color Cylindrical-coordinate representation of color #C53759: hue angle of 345.63º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53759 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 89 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.23 |
| HSL | 345.63º | 0.56% | 0.49% | - |
| HSV(B) | 345.63º | 0.72% | 0.77% | - |
| XYZ | 26.2 | 15.32 | 11.03 | - |
| YUV | 101.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 89 | 0 | 0.72 | 0.55 | 0.23 | 345.63 | 0.56 | 0.49 |
| Hex | C5 | 37 | 59 | 0 | 48 | 37 | 17 | 15A | 38 | 31 |
| Octal | 305 | 67 | 131 | 0 | 110 | 67 | 27 | 532 | 70 | 61 |
| Binary | 11000101 | 110111 | 1011001 | 0 | 1001000 | 110111 | 10111 | 101011010 | 111000 | 110001 |
Color Harmonies of #C53759
Complementary color
Monochromatic Colors of #C53759
Black with #C53759
Text Example
Text Example
White with #C53759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53759; }
p { color: rgb(197,55,89); }
H1.HeaderClassName
{
color: #C53759;
}
.AnyTagClassName
{
color: #C53759;
}
</style>
background-color css
<style>
a { background-color: #C53759; }
a { background-color: rgb(197,55,89); }
div.DivClassName
{
background-color: #C53759;
}
.BgClassName
{
background-color: #C53759;
}
</style>
border-color css
<style>
span { border-color: #C53759; }
span { border-color: rgb(197,55,89); }
td.TdClassName
{
border-color: #C53759;
}
.TagClassName
{
border-color: #C53759;
}
</style>