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