Shades of Old Rose #C73159
Tints of Old Rose #C73159
RGB
CMYK
RGB Variations
Color information
#C73159 (or 0xC73159) is known color: Old Rose. HEX triplet: C7, 31 and 59. RGB value is (199,49,89). Sum of RGB (Red+Green+Blue) = 199+49+89=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73159 is #38CEA6. Grayscale: #626262. Windows color (decimal): -3722919 or 5845447. OLE color: 5845447.
HSL color Cylindrical-coordinate representation of color #C73159: hue angle of 344º 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 #C73159 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 89 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.22 |
| HSL | 344º | 0.6% | 0.49% | - |
| HSV(B) | 344º | 0.75% | 0.78% | - |
| XYZ | 26.45 | 15.06 | 10.96 | - |
| YUV | 98.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 89 | 0 | 0.75 | 0.55 | 0.22 | 344 | 0.6 | 0.49 |
| Hex | C7 | 31 | 59 | 0 | 4B | 37 | 16 | 158 | 3C | 31 |
| Octal | 307 | 61 | 131 | 0 | 113 | 67 | 26 | 530 | 74 | 61 |
| Binary | 11000111 | 110001 | 1011001 | 0 | 1001011 | 110111 | 10110 | 101011000 | 111100 | 110001 |
Color Harmonies of #C73159
Complementary color
Monochromatic Colors of #C73159
Black with #C73159
Text Example
Text Example
White with #C73159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73159; }
p { color: rgb(199,49,89); }
H1.HeaderClassName
{
color: #C73159;
}
.AnyTagClassName
{
color: #C73159;
}
</style>
background-color css
<style>
a { background-color: #C73159; }
a { background-color: rgb(199,49,89); }
div.DivClassName
{
background-color: #C73159;
}
.BgClassName
{
background-color: #C73159;
}
</style>
border-color css
<style>
span { border-color: #C73159; }
span { border-color: rgb(199,49,89); }
td.TdClassName
{
border-color: #C73159;
}
.TagClassName
{
border-color: #C73159;
}
</style>