Shades of Old Rose #C73A51
Tints of Old Rose #C73A51
RGB
CMYK
RGB Variations
Color information
#C73A51 (or 0xC73A51) is known color: Old Rose. HEX triplet: C7, 3A and 51. RGB value is (199,58,81). Sum of RGB (Red+Green+Blue) = 199+58+81=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A51 is #38C5AE. Grayscale: #666666. Windows color (decimal): -3720623 or 5323463. OLE color: 5323463.
HSL color Cylindrical-coordinate representation of color #C73A51: hue angle of 350.21º 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 #C73A51 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 81 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.22 |
| HSL | 350.21º | 0.56% | 0.5% | - |
| HSV(B) | 350.21º | 0.71% | 0.78% | - |
| XYZ | 26.55 | 15.76 | 9.43 | - |
| YUV | 102.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 81 | 0 | 0.71 | 0.59 | 0.22 | 350.21 | 0.56 | 0.5 |
| Hex | C7 | 3A | 51 | 0 | 47 | 3B | 16 | 15E | 38 | 32 |
| Octal | 307 | 72 | 121 | 0 | 107 | 73 | 26 | 536 | 70 | 62 |
| Binary | 11000111 | 111010 | 1010001 | 0 | 1000111 | 111011 | 10110 | 101011110 | 111000 | 110010 |
Color Harmonies of #C73A51
Complementary color
Monochromatic Colors of #C73A51
Black with #C73A51
Text Example
Text Example
White with #C73A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A51; }
p { color: rgb(199,58,81); }
H1.HeaderClassName
{
color: #C73A51;
}
.AnyTagClassName
{
color: #C73A51;
}
</style>
background-color css
<style>
a { background-color: #C73A51; }
a { background-color: rgb(199,58,81); }
div.DivClassName
{
background-color: #C73A51;
}
.BgClassName
{
background-color: #C73A51;
}
</style>
border-color css
<style>
span { border-color: #C73A51; }
span { border-color: rgb(199,58,81); }
td.TdClassName
{
border-color: #C73A51;
}
.TagClassName
{
border-color: #C73A51;
}
</style>