Shades of Old Rose #C73750
Tints of Old Rose #C73750
RGB
CMYK
RGB Variations
Color information
#C73750 (or 0xC73750) is known color: Old Rose. HEX triplet: C7, 37 and 50. RGB value is (199,55,80). Sum of RGB (Red+Green+Blue) = 199+55+80=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73750 is #38C8AF. Grayscale: #646464. Windows color (decimal): -3721392 or 5257159. OLE color: 5257159.
HSL color Cylindrical-coordinate representation of color #C73750: hue angle of 349.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73750 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 80 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.22 |
| HSL | 349.58º | 0.57% | 0.5% | - |
| HSV(B) | 349.58º | 0.72% | 0.78% | - |
| XYZ | 26.37 | 15.45 | 9.18 | - |
| YUV | 100.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 80 | 0 | 0.72 | 0.60 | 0.22 | 349.58 | 0.57 | 0.5 |
| Hex | C7 | 37 | 50 | 0 | 48 | 3C | 16 | 15E | 39 | 32 |
| Octal | 307 | 67 | 120 | 0 | 110 | 74 | 26 | 536 | 71 | 62 |
| Binary | 11000111 | 110111 | 1010000 | 0 | 1001000 | 111100 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C73750
Complementary color
Monochromatic Colors of #C73750
Black with #C73750
Text Example
Text Example
White with #C73750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73750; }
p { color: rgb(199,55,80); }
H1.HeaderClassName
{
color: #C73750;
}
.AnyTagClassName
{
color: #C73750;
}
</style>
background-color css
<style>
a { background-color: #C73750; }
a { background-color: rgb(199,55,80); }
div.DivClassName
{
background-color: #C73750;
}
.BgClassName
{
background-color: #C73750;
}
</style>
border-color css
<style>
span { border-color: #C73750; }
span { border-color: rgb(199,55,80); }
td.TdClassName
{
border-color: #C73750;
}
.TagClassName
{
border-color: #C73750;
}
</style>