Shades of Old Rose #C53B59
Tints of Old Rose #C53B59
RGB
CMYK
RGB Variations
Color information
#C53B59 (or 0xC53B59) is known color: Old Rose. HEX triplet: C5, 3B and 59. RGB value is (197,59,89). Sum of RGB (Red+Green+Blue) = 197+59+89=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B59 is #3AC4A6. Grayscale: #676767. Windows color (decimal): -3851431 or 5848005. OLE color: 5848005.
HSL color Cylindrical-coordinate representation of color #C53B59: hue angle of 346.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B59 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 89 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.23 |
| HSL | 346.96º | 0.54% | 0.5% | - |
| HSV(B) | 346.96º | 0.7% | 0.77% | - |
| XYZ | 26.39 | 15.72 | 11.09 | - |
| YUV | 103.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 89 | 0 | 0.70 | 0.55 | 0.23 | 346.96 | 0.54 | 0.5 |
| Hex | C5 | 3B | 59 | 0 | 46 | 37 | 17 | 15B | 36 | 32 |
| Octal | 305 | 73 | 131 | 0 | 106 | 67 | 27 | 533 | 66 | 62 |
| Binary | 11000101 | 111011 | 1011001 | 0 | 1000110 | 110111 | 10111 | 101011011 | 110110 | 110010 |
Color Harmonies of #C53B59
Complementary color
Monochromatic Colors of #C53B59
Black with #C53B59
Text Example
Text Example
White with #C53B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B59; }
p { color: rgb(197,59,89); }
H1.HeaderClassName
{
color: #C53B59;
}
.AnyTagClassName
{
color: #C53B59;
}
</style>
background-color css
<style>
a { background-color: #C53B59; }
a { background-color: rgb(197,59,89); }
div.DivClassName
{
background-color: #C53B59;
}
.BgClassName
{
background-color: #C53B59;
}
</style>
border-color css
<style>
span { border-color: #C53B59; }
span { border-color: rgb(197,59,89); }
td.TdClassName
{
border-color: #C53B59;
}
.TagClassName
{
border-color: #C53B59;
}
</style>