Shades of Old Rose #C73557
Tints of Old Rose #C73557
RGB
CMYK
RGB Variations
Color information
#C73557 (or 0xC73557) is known color: Old Rose. HEX triplet: C7, 35 and 57. RGB value is (199,53,87). Sum of RGB (Red+Green+Blue) = 199+53+87=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73557 is #38CAA8. Grayscale: #646464. Windows color (decimal): -3721897 or 5715399. OLE color: 5715399.
HSL color Cylindrical-coordinate representation of color #C73557: hue angle of 346.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73557 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 87 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.22 |
| HSL | 346.03º | 0.58% | 0.49% | - |
| HSV(B) | 346.03º | 0.73% | 0.78% | - |
| XYZ | 26.55 | 15.38 | 10.59 | - |
| YUV | 100.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 87 | 0 | 0.73 | 0.56 | 0.22 | 346.03 | 0.58 | 0.49 |
| Hex | C7 | 35 | 57 | 0 | 49 | 38 | 16 | 15A | 3A | 31 |
| Octal | 307 | 65 | 127 | 0 | 111 | 70 | 26 | 532 | 72 | 61 |
| Binary | 11000111 | 110101 | 1010111 | 0 | 1001001 | 111000 | 10110 | 101011010 | 111010 | 110001 |
Color Harmonies of #C73557
Complementary color
Monochromatic Colors of #C73557
Black with #C73557
Text Example
Text Example
White with #C73557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73557; }
p { color: rgb(199,53,87); }
H1.HeaderClassName
{
color: #C73557;
}
.AnyTagClassName
{
color: #C73557;
}
</style>
background-color css
<style>
a { background-color: #C73557; }
a { background-color: rgb(199,53,87); }
div.DivClassName
{
background-color: #C73557;
}
.BgClassName
{
background-color: #C73557;
}
</style>
border-color css
<style>
span { border-color: #C73557; }
span { border-color: rgb(199,53,87); }
td.TdClassName
{
border-color: #C73557;
}
.TagClassName
{
border-color: #C73557;
}
</style>