Shades of Old Rose #C73A52
Tints of Old Rose #C73A52
RGB
CMYK
RGB Variations
Color information
#C73A52 (or 0xC73A52) is known color: Old Rose. HEX triplet: C7, 3A and 52. RGB value is (199,58,82). Sum of RGB (Red+Green+Blue) = 199+58+82=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A52 is #38C5AD. Grayscale: #666666. Windows color (decimal): -3720622 or 5388999. OLE color: 5388999.
HSL color Cylindrical-coordinate representation of color #C73A52: hue angle of 349.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A52 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 82 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.22 |
| HSL | 349.79º | 0.56% | 0.5% | - |
| HSV(B) | 349.79º | 0.71% | 0.78% | - |
| XYZ | 26.59 | 15.78 | 9.63 | - |
| YUV | 102.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 82 | 0 | 0.71 | 0.59 | 0.22 | 349.79 | 0.56 | 0.5 |
| Hex | C7 | 3A | 52 | 0 | 47 | 3B | 16 | 15E | 38 | 32 |
| Octal | 307 | 72 | 122 | 0 | 107 | 73 | 26 | 536 | 70 | 62 |
| Binary | 11000111 | 111010 | 1010010 | 0 | 1000111 | 111011 | 10110 | 101011110 | 111000 | 110010 |
Color Harmonies of #C73A52
Complementary color
Monochromatic Colors of #C73A52
Black with #C73A52
Text Example
Text Example
White with #C73A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A52; }
p { color: rgb(199,58,82); }
H1.HeaderClassName
{
color: #C73A52;
}
.AnyTagClassName
{
color: #C73A52;
}
</style>
background-color css
<style>
a { background-color: #C73A52; }
a { background-color: rgb(199,58,82); }
div.DivClassName
{
background-color: #C73A52;
}
.BgClassName
{
background-color: #C73A52;
}
</style>
border-color css
<style>
span { border-color: #C73A52; }
span { border-color: rgb(199,58,82); }
td.TdClassName
{
border-color: #C73A52;
}
.TagClassName
{
border-color: #C73A52;
}
</style>