Shades of Old Rose #C73158
Tints of Old Rose #C73158
RGB
CMYK
RGB Variations
Color information
#C73158 (or 0xC73158) is known color: Old Rose. HEX triplet: C7, 31 and 58. RGB value is (199,49,88). Sum of RGB (Red+Green+Blue) = 199+49+88=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73158 is #38CEA7. Grayscale: #626262. Windows color (decimal): -3722920 or 5779911. OLE color: 5779911.
HSL color Cylindrical-coordinate representation of color #C73158: hue angle of 344.4º 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 #C73158 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 88 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.22 |
| HSL | 344.4º | 0.6% | 0.49% | - |
| HSV(B) | 344.4º | 0.75% | 0.78% | - |
| XYZ | 26.41 | 15.04 | 10.74 | - |
| YUV | 98.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 88 | 0 | 0.75 | 0.56 | 0.22 | 344.4 | 0.6 | 0.49 |
| Hex | C7 | 31 | 58 | 0 | 4B | 38 | 16 | 158 | 3C | 31 |
| Octal | 307 | 61 | 130 | 0 | 113 | 70 | 26 | 530 | 74 | 61 |
| Binary | 11000111 | 110001 | 1011000 | 0 | 1001011 | 111000 | 10110 | 101011000 | 111100 | 110001 |
Color Harmonies of #C73158
Complementary color
Monochromatic Colors of #C73158
Black with #C73158
Text Example
Text Example
White with #C73158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73158; }
p { color: rgb(199,49,88); }
H1.HeaderClassName
{
color: #C73158;
}
.AnyTagClassName
{
color: #C73158;
}
</style>
background-color css
<style>
a { background-color: #C73158; }
a { background-color: rgb(199,49,88); }
div.DivClassName
{
background-color: #C73158;
}
.BgClassName
{
background-color: #C73158;
}
</style>
border-color css
<style>
span { border-color: #C73158; }
span { border-color: rgb(199,49,88); }
td.TdClassName
{
border-color: #C73158;
}
.TagClassName
{
border-color: #C73158;
}
</style>