Shades of Old Rose #C73754
Tints of Old Rose #C73754
RGB
CMYK
RGB Variations
Color information
#C73754 (or 0xC73754) is known color: Old Rose. HEX triplet: C7, 37 and 54. RGB value is (199,55,84). Sum of RGB (Red+Green+Blue) = 199+55+84=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73754 is #38C8AB. Grayscale: #656565. Windows color (decimal): -3721388 or 5519303. OLE color: 5519303.
HSL color Cylindrical-coordinate representation of color #C73754: hue angle of 347.92º 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 #C73754 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 84 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.22 |
| HSL | 347.92º | 0.57% | 0.5% | - |
| HSV(B) | 347.92º | 0.72% | 0.78% | - |
| XYZ | 26.52 | 15.51 | 9.98 | - |
| YUV | 101.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 84 | 0 | 0.72 | 0.58 | 0.22 | 347.92 | 0.57 | 0.5 |
| Hex | C7 | 37 | 54 | 0 | 48 | 3A | 16 | 15C | 39 | 32 |
| Octal | 307 | 67 | 124 | 0 | 110 | 72 | 26 | 534 | 71 | 62 |
| Binary | 11000111 | 110111 | 1010100 | 0 | 1001000 | 111010 | 10110 | 101011100 | 111001 | 110010 |
Color Harmonies of #C73754
Complementary color
Monochromatic Colors of #C73754
Black with #C73754
Text Example
Text Example
White with #C73754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73754; }
p { color: rgb(199,55,84); }
H1.HeaderClassName
{
color: #C73754;
}
.AnyTagClassName
{
color: #C73754;
}
</style>
background-color css
<style>
a { background-color: #C73754; }
a { background-color: rgb(199,55,84); }
div.DivClassName
{
background-color: #C73754;
}
.BgClassName
{
background-color: #C73754;
}
</style>
border-color css
<style>
span { border-color: #C73754; }
span { border-color: rgb(199,55,84); }
td.TdClassName
{
border-color: #C73754;
}
.TagClassName
{
border-color: #C73754;
}
</style>