Shades of Old Rose #C73950
Tints of Old Rose #C73950
RGB
CMYK
RGB Variations
Color information
#C73950 (or 0xC73950) is known color: Old Rose. HEX triplet: C7, 39 and 50. RGB value is (199,57,80). Sum of RGB (Red+Green+Blue) = 199+57+80=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73950 is #38C6AF. Grayscale: #666666. Windows color (decimal): -3720880 or 5257671. OLE color: 5257671.
HSL color Cylindrical-coordinate representation of color #C73950: hue angle of 350.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73950 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 80 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.22 |
| HSL | 350.28º | 0.56% | 0.5% | - |
| HSV(B) | 350.28º | 0.71% | 0.78% | - |
| XYZ | 26.46 | 15.65 | 9.21 | - |
| YUV | 102.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 80 | 0 | 0.71 | 0.60 | 0.22 | 350.28 | 0.56 | 0.5 |
| Hex | C7 | 39 | 50 | 0 | 47 | 3C | 16 | 15E | 38 | 32 |
| Octal | 307 | 71 | 120 | 0 | 107 | 74 | 26 | 536 | 70 | 62 |
| Binary | 11000111 | 111001 | 1010000 | 0 | 1000111 | 111100 | 10110 | 101011110 | 111000 | 110010 |
Color Harmonies of #C73950
Complementary color
Monochromatic Colors of #C73950
Black with #C73950
Text Example
Text Example
White with #C73950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73950; }
p { color: rgb(199,57,80); }
H1.HeaderClassName
{
color: #C73950;
}
.AnyTagClassName
{
color: #C73950;
}
</style>
background-color css
<style>
a { background-color: #C73950; }
a { background-color: rgb(199,57,80); }
div.DivClassName
{
background-color: #C73950;
}
.BgClassName
{
background-color: #C73950;
}
</style>
border-color css
<style>
span { border-color: #C73950; }
span { border-color: rgb(199,57,80); }
td.TdClassName
{
border-color: #C73950;
}
.TagClassName
{
border-color: #C73950;
}
</style>