Shades of Old Rose #C73F4D
Tints of Old Rose #C73F4D
RGB
CMYK
RGB Variations
Color information
#C73F4D (or 0xC73F4D) is known color: Old Rose. HEX triplet: C7, 3F and 4D. RGB value is (199,63,77). Sum of RGB (Red+Green+Blue) = 199+63+77=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F4D is #38C0B2. Grayscale: #696969. Windows color (decimal): -3719347 or 5062599. OLE color: 5062599.
HSL color Cylindrical-coordinate representation of color #C73F4D: hue angle of 353.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F4D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.22 |
| HSL | 353.82º | 0.55% | 0.51% | - |
| HSV(B) | 353.82º | 0.68% | 0.78% | - |
| XYZ | 26.67 | 16.23 | 8.75 | - |
| YUV | 105.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 77 | 0 | 0.68 | 0.61 | 0.22 | 353.82 | 0.55 | 0.51 |
| Hex | C7 | 3F | 4D | 0 | 44 | 3D | 16 | 162 | 37 | 33 |
| Octal | 307 | 77 | 115 | 0 | 104 | 75 | 26 | 542 | 67 | 63 |
| Binary | 11000111 | 111111 | 1001101 | 0 | 1000100 | 111101 | 10110 | 101100010 | 110111 | 110011 |
Color Harmonies of #C73F4D
Complementary color
Monochromatic Colors of #C73F4D
Black with #C73F4D
Text Example
Text Example
White with #C73F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F4D; }
p { color: rgb(199,63,77); }
H1.HeaderClassName
{
color: #C73F4D;
}
.AnyTagClassName
{
color: #C73F4D;
}
</style>
background-color css
<style>
a { background-color: #C73F4D; }
a { background-color: rgb(199,63,77); }
div.DivClassName
{
background-color: #C73F4D;
}
.BgClassName
{
background-color: #C73F4D;
}
</style>
border-color css
<style>
span { border-color: #C73F4D; }
span { border-color: rgb(199,63,77); }
td.TdClassName
{
border-color: #C73F4D;
}
.TagClassName
{
border-color: #C73F4D;
}
</style>