Shades of Old Rose #C73D59
Tints of Old Rose #C73D59
RGB
CMYK
RGB Variations
Color information
#C73D59 (or 0xC73D59) is known color: Old Rose. HEX triplet: C7, 3D and 59. RGB value is (199,61,89). Sum of RGB (Red+Green+Blue) = 199+61+89=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D59 is #38C2A6. Grayscale: #696969. Windows color (decimal): -3719847 or 5848519. OLE color: 5848519.
HSL color Cylindrical-coordinate representation of color #C73D59: hue angle of 347.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D59 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 89 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.22 |
| HSL | 347.83º | 0.55% | 0.51% | - |
| HSV(B) | 347.83º | 0.69% | 0.78% | - |
| XYZ | 27.03 | 16.2 | 11.15 | - |
| YUV | 105.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 89 | 0 | 0.69 | 0.55 | 0.22 | 347.83 | 0.55 | 0.51 |
| Hex | C7 | 3D | 59 | 0 | 45 | 37 | 16 | 15C | 37 | 33 |
| Octal | 307 | 75 | 131 | 0 | 105 | 67 | 26 | 534 | 67 | 63 |
| Binary | 11000111 | 111101 | 1011001 | 0 | 1000101 | 110111 | 10110 | 101011100 | 110111 | 110011 |
Color Harmonies of #C73D59
Complementary color
Monochromatic Colors of #C73D59
Black with #C73D59
Text Example
Text Example
White with #C73D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D59; }
p { color: rgb(199,61,89); }
H1.HeaderClassName
{
color: #C73D59;
}
.AnyTagClassName
{
color: #C73D59;
}
</style>
background-color css
<style>
a { background-color: #C73D59; }
a { background-color: rgb(199,61,89); }
div.DivClassName
{
background-color: #C73D59;
}
.BgClassName
{
background-color: #C73D59;
}
</style>
border-color css
<style>
span { border-color: #C73D59; }
span { border-color: rgb(199,61,89); }
td.TdClassName
{
border-color: #C73D59;
}
.TagClassName
{
border-color: #C73D59;
}
</style>