Shades of Old Rose #C73859
Tints of Old Rose #C73859
RGB
CMYK
RGB Variations
Color information
#C73859 (or 0xC73859) is known color: Old Rose. HEX triplet: C7, 38 and 59. RGB value is (199,56,89). Sum of RGB (Red+Green+Blue) = 199+56+89=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C73859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73859 is #38C7A6. Grayscale: #666666. Windows color (decimal): -3721127 or 5847239. OLE color: 5847239.
HSL color Cylindrical-coordinate representation of color #C73859: hue angle of 346.15º degrees, saturation: 0.56, 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 #C73859 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 89 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.22 |
| HSL | 346.15º | 0.56% | 0.5% | - |
| HSV(B) | 346.15º | 0.72% | 0.78% | - |
| XYZ | 26.77 | 15.69 | 11.07 | - |
| YUV | 102.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 89 | 0 | 0.72 | 0.55 | 0.22 | 346.15 | 0.56 | 0.5 |
| Hex | C7 | 38 | 59 | 0 | 48 | 37 | 16 | 15A | 38 | 32 |
| Octal | 307 | 70 | 131 | 0 | 110 | 67 | 26 | 532 | 70 | 62 |
| Binary | 11000111 | 111000 | 1011001 | 0 | 1001000 | 110111 | 10110 | 101011010 | 111000 | 110010 |
Color Harmonies of #C73859
Complementary color
Monochromatic Colors of #C73859
Black with #C73859
Text Example
Text Example
White with #C73859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73859; }
p { color: rgb(199,56,89); }
H1.HeaderClassName
{
color: #C73859;
}
.AnyTagClassName
{
color: #C73859;
}
</style>
background-color css
<style>
a { background-color: #C73859; }
a { background-color: rgb(199,56,89); }
div.DivClassName
{
background-color: #C73859;
}
.BgClassName
{
background-color: #C73859;
}
</style>
border-color css
<style>
span { border-color: #C73859; }
span { border-color: rgb(199,56,89); }
td.TdClassName
{
border-color: #C73859;
}
.TagClassName
{
border-color: #C73859;
}
</style>