Shades of Old Rose #C73755
Tints of Old Rose #C73755
RGB
CMYK
RGB Variations
Color information
#C73755 (or 0xC73755) is known color: Old Rose. HEX triplet: C7, 37 and 55. RGB value is (199,55,85). Sum of RGB (Red+Green+Blue) = 199+55+85=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73755 is #38C8AA. Grayscale: #656565. Windows color (decimal): -3721387 or 5584839. OLE color: 5584839.
HSL color Cylindrical-coordinate representation of color #C73755: hue angle of 347.5º 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 #C73755 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 85 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.22 |
| HSL | 347.5º | 0.57% | 0.5% | - |
| HSV(B) | 347.5º | 0.72% | 0.78% | - |
| XYZ | 26.56 | 15.53 | 10.19 | - |
| YUV | 101.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 85 | 0 | 0.72 | 0.57 | 0.22 | 347.5 | 0.57 | 0.5 |
| Hex | C7 | 37 | 55 | 0 | 48 | 39 | 16 | 15C | 39 | 32 |
| Octal | 307 | 67 | 125 | 0 | 110 | 71 | 26 | 534 | 71 | 62 |
| Binary | 11000111 | 110111 | 1010101 | 0 | 1001000 | 111001 | 10110 | 101011100 | 111001 | 110010 |
Color Harmonies of #C73755
Complementary color
Monochromatic Colors of #C73755
Black with #C73755
Text Example
Text Example
White with #C73755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73755; }
p { color: rgb(199,55,85); }
H1.HeaderClassName
{
color: #C73755;
}
.AnyTagClassName
{
color: #C73755;
}
</style>
background-color css
<style>
a { background-color: #C73755; }
a { background-color: rgb(199,55,85); }
div.DivClassName
{
background-color: #C73755;
}
.BgClassName
{
background-color: #C73755;
}
</style>
border-color css
<style>
span { border-color: #C73755; }
span { border-color: rgb(199,55,85); }
td.TdClassName
{
border-color: #C73755;
}
.TagClassName
{
border-color: #C73755;
}
</style>