Shades of Old Rose #C73B4D
Tints of Old Rose #C73B4D
RGB
CMYK
RGB Variations
Color information
#C73B4D (or 0xC73B4D) is known color: Old Rose. HEX triplet: C7, 3B and 4D. RGB value is (199,59,77). Sum of RGB (Red+Green+Blue) = 199+59+77=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B4D is #38C4B2. Grayscale: #666666. Windows color (decimal): -3720371 or 5061575. OLE color: 5061575.
HSL color Cylindrical-coordinate representation of color #C73B4D: hue angle of 352.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B4D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 77 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.22 |
| HSL | 352.29º | 0.56% | 0.51% | - |
| HSV(B) | 352.29º | 0.7% | 0.78% | - |
| XYZ | 26.46 | 15.81 | 8.68 | - |
| YUV | 102.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 77 | 0 | 0.70 | 0.61 | 0.22 | 352.29 | 0.56 | 0.51 |
| Hex | C7 | 3B | 4D | 0 | 46 | 3D | 16 | 160 | 38 | 33 |
| Octal | 307 | 73 | 115 | 0 | 106 | 75 | 26 | 540 | 70 | 63 |
| Binary | 11000111 | 111011 | 1001101 | 0 | 1000110 | 111101 | 10110 | 101100000 | 111000 | 110011 |
Color Harmonies of #C73B4D
Complementary color
Monochromatic Colors of #C73B4D
Black with #C73B4D
Text Example
Text Example
White with #C73B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B4D; }
p { color: rgb(199,59,77); }
H1.HeaderClassName
{
color: #C73B4D;
}
.AnyTagClassName
{
color: #C73B4D;
}
</style>
background-color css
<style>
a { background-color: #C73B4D; }
a { background-color: rgb(199,59,77); }
div.DivClassName
{
background-color: #C73B4D;
}
.BgClassName
{
background-color: #C73B4D;
}
</style>
border-color css
<style>
span { border-color: #C73B4D; }
span { border-color: rgb(199,59,77); }
td.TdClassName
{
border-color: #C73B4D;
}
.TagClassName
{
border-color: #C73B4D;
}
</style>