Shades of Old Rose #C73154
Tints of Old Rose #C73154
RGB
CMYK
RGB Variations
Color information
#C73154 (or 0xC73154) is known color: Old Rose. HEX triplet: C7, 31 and 54. RGB value is (199,49,84). Sum of RGB (Red+Green+Blue) = 199+49+84=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73154 is #38CEAB. Grayscale: #616161. Windows color (decimal): -3722924 or 5517767. OLE color: 5517767.
HSL color Cylindrical-coordinate representation of color #C73154: hue angle of 346º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73154 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 84 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.22 |
| HSL | 346º | 0.6% | 0.49% | - |
| HSV(B) | 346º | 0.75% | 0.78% | - |
| XYZ | 26.25 | 14.98 | 9.9 | - |
| YUV | 97.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 84 | 0 | 0.75 | 0.58 | 0.22 | 346 | 0.6 | 0.49 |
| Hex | C7 | 31 | 54 | 0 | 4B | 3A | 16 | 15A | 3C | 31 |
| Octal | 307 | 61 | 124 | 0 | 113 | 72 | 26 | 532 | 74 | 61 |
| Binary | 11000111 | 110001 | 1010100 | 0 | 1001011 | 111010 | 10110 | 101011010 | 111100 | 110001 |
Color Harmonies of #C73154
Complementary color
Monochromatic Colors of #C73154
Black with #C73154
Text Example
Text Example
White with #C73154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73154; }
p { color: rgb(199,49,84); }
H1.HeaderClassName
{
color: #C73154;
}
.AnyTagClassName
{
color: #C73154;
}
</style>
background-color css
<style>
a { background-color: #C73154; }
a { background-color: rgb(199,49,84); }
div.DivClassName
{
background-color: #C73154;
}
.BgClassName
{
background-color: #C73154;
}
</style>
border-color css
<style>
span { border-color: #C73154; }
span { border-color: rgb(199,49,84); }
td.TdClassName
{
border-color: #C73154;
}
.TagClassName
{
border-color: #C73154;
}
</style>