Shades of Old Rose #C73054
Tints of Old Rose #C73054
RGB
CMYK
RGB Variations
Color information
#C73054 (or 0xC73054) is known color: Old Rose. HEX triplet: C7, 30 and 54. RGB value is (199,48,84). Sum of RGB (Red+Green+Blue) = 199+48+84=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73054 is #38CFAB. Grayscale: #616161. Windows color (decimal): -3723180 or 5517511. OLE color: 5517511.
HSL color Cylindrical-coordinate representation of color #C73054: hue angle of 345.7º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73054 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 84 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.22 |
| HSL | 345.7º | 0.61% | 0.48% | - |
| HSV(B) | 345.7º | 0.76% | 0.78% | - |
| XYZ | 26.21 | 14.9 | 9.88 | - |
| YUV | 97.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 84 | 0 | 0.76 | 0.58 | 0.22 | 345.7 | 0.61 | 0.48 |
| Hex | C7 | 30 | 54 | 0 | 4C | 3A | 16 | 15A | 3D | 30 |
| Octal | 307 | 60 | 124 | 0 | 114 | 72 | 26 | 532 | 75 | 60 |
| Binary | 11000111 | 110000 | 1010100 | 0 | 1001100 | 111010 | 10110 | 101011010 | 111101 | 110000 |
Color Harmonies of #C73054
Complementary color
Monochromatic Colors of #C73054
Black with #C73054
Text Example
Text Example
White with #C73054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73054; }
p { color: rgb(199,48,84); }
H1.HeaderClassName
{
color: #C73054;
}
.AnyTagClassName
{
color: #C73054;
}
</style>
background-color css
<style>
a { background-color: #C73054; }
a { background-color: rgb(199,48,84); }
div.DivClassName
{
background-color: #C73054;
}
.BgClassName
{
background-color: #C73054;
}
</style>
border-color css
<style>
span { border-color: #C73054; }
span { border-color: rgb(199,48,84); }
td.TdClassName
{
border-color: #C73054;
}
.TagClassName
{
border-color: #C73054;
}
</style>