Shades of Old Rose #C73459
Tints of Old Rose #C73459
RGB
CMYK
RGB Variations
Color information
#C73459 (or 0xC73459) is known color: Old Rose. HEX triplet: C7, 34 and 59. RGB value is (199,52,89). Sum of RGB (Red+Green+Blue) = 199+52+89=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C73459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73459 is #38CBA6. Grayscale: #646464. Windows color (decimal): -3722151 or 5846215. OLE color: 5846215.
HSL color Cylindrical-coordinate representation of color #C73459: hue angle of 344.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73459 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 89 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.22 |
| HSL | 344.9º | 0.59% | 0.49% | - |
| HSV(B) | 344.9º | 0.74% | 0.78% | - |
| XYZ | 26.58 | 15.32 | 11.01 | - |
| YUV | 100.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 89 | 0 | 0.74 | 0.55 | 0.22 | 344.9 | 0.59 | 0.49 |
| Hex | C7 | 34 | 59 | 0 | 4A | 37 | 16 | 159 | 3B | 31 |
| Octal | 307 | 64 | 131 | 0 | 112 | 67 | 26 | 531 | 73 | 61 |
| Binary | 11000111 | 110100 | 1011001 | 0 | 1001010 | 110111 | 10110 | 101011001 | 111011 | 110001 |
Color Harmonies of #C73459
Complementary color
Monochromatic Colors of #C73459
Black with #C73459
Text Example
Text Example
White with #C73459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73459; }
p { color: rgb(199,52,89); }
H1.HeaderClassName
{
color: #C73459;
}
.AnyTagClassName
{
color: #C73459;
}
</style>
background-color css
<style>
a { background-color: #C73459; }
a { background-color: rgb(199,52,89); }
div.DivClassName
{
background-color: #C73459;
}
.BgClassName
{
background-color: #C73459;
}
</style>
border-color css
<style>
span { border-color: #C73459; }
span { border-color: rgb(199,52,89); }
td.TdClassName
{
border-color: #C73459;
}
.TagClassName
{
border-color: #C73459;
}
</style>