Shades of Old Rose #C73B5E
Tints of Old Rose #C73B5E
RGB
CMYK
RGB Variations
Color information
#C73B5E (or 0xC73B5E) is known color: Old Rose. HEX triplet: C7, 3B and 5E. RGB value is (199,59,94). Sum of RGB (Red+Green+Blue) = 199+59+94=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B5E is #38C4A1. Grayscale: #686868. Windows color (decimal): -3720354 or 6175687. OLE color: 6175687.
HSL color Cylindrical-coordinate representation of color #C73B5E: hue angle of 345º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B5E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 94 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.22 |
| HSL | 345º | 0.56% | 0.51% | - |
| HSV(B) | 345º | 0.7% | 0.78% | - |
| XYZ | 27.14 | 16.08 | 12.26 | - |
| YUV | 104.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 94 | 0 | 0.70 | 0.53 | 0.22 | 345 | 0.56 | 0.51 |
| Hex | C7 | 3B | 5E | 0 | 46 | 35 | 16 | 159 | 38 | 33 |
| Octal | 307 | 73 | 136 | 0 | 106 | 65 | 26 | 531 | 70 | 63 |
| Binary | 11000111 | 111011 | 1011110 | 0 | 1000110 | 110101 | 10110 | 101011001 | 111000 | 110011 |
Color Harmonies of #C73B5E
Complementary color
Monochromatic Colors of #C73B5E
Black with #C73B5E
Text Example
Text Example
White with #C73B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B5E; }
p { color: rgb(199,59,94); }
H1.HeaderClassName
{
color: #C73B5E;
}
.AnyTagClassName
{
color: #C73B5E;
}
</style>
background-color css
<style>
a { background-color: #C73B5E; }
a { background-color: rgb(199,59,94); }
div.DivClassName
{
background-color: #C73B5E;
}
.BgClassName
{
background-color: #C73B5E;
}
</style>
border-color css
<style>
span { border-color: #C73B5E; }
span { border-color: rgb(199,59,94); }
td.TdClassName
{
border-color: #C73B5E;
}
.TagClassName
{
border-color: #C73B5E;
}
</style>