Shades of Old Rose #C73059
Tints of Old Rose #C73059
RGB
CMYK
RGB Variations
Color information
#C73059 (or 0xC73059) is known color: Old Rose. HEX triplet: C7, 30 and 59. RGB value is (199,48,89). Sum of RGB (Red+Green+Blue) = 199+48+89=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73059 is #38CFA6. Grayscale: #616161. Windows color (decimal): -3723175 or 5845191. OLE color: 5845191.
HSL color Cylindrical-coordinate representation of color #C73059: hue angle of 343.71º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73059 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 89 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.22 |
| HSL | 343.71º | 0.61% | 0.48% | - |
| HSV(B) | 343.71º | 0.76% | 0.78% | - |
| XYZ | 26.41 | 14.98 | 10.95 | - |
| YUV | 97.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 89 | 0 | 0.76 | 0.55 | 0.22 | 343.71 | 0.61 | 0.48 |
| Hex | C7 | 30 | 59 | 0 | 4C | 37 | 16 | 158 | 3D | 30 |
| Octal | 307 | 60 | 131 | 0 | 114 | 67 | 26 | 530 | 75 | 60 |
| Binary | 11000111 | 110000 | 1011001 | 0 | 1001100 | 110111 | 10110 | 101011000 | 111101 | 110000 |
Color Harmonies of #C73059
Complementary color
Monochromatic Colors of #C73059
Black with #C73059
Text Example
Text Example
White with #C73059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73059; }
p { color: rgb(199,48,89); }
H1.HeaderClassName
{
color: #C73059;
}
.AnyTagClassName
{
color: #C73059;
}
</style>
background-color css
<style>
a { background-color: #C73059; }
a { background-color: rgb(199,48,89); }
div.DivClassName
{
background-color: #C73059;
}
.BgClassName
{
background-color: #C73059;
}
</style>
border-color css
<style>
span { border-color: #C73059; }
span { border-color: rgb(199,48,89); }
td.TdClassName
{
border-color: #C73059;
}
.TagClassName
{
border-color: #C73059;
}
</style>