Shades of Old Rose #C73550
Tints of Old Rose #C73550
RGB
CMYK
RGB Variations
Color information
#C73550 (or 0xC73550) is known color: Old Rose. HEX triplet: C7, 35 and 50. RGB value is (199,53,80). Sum of RGB (Red+Green+Blue) = 199+53+80=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73550 is #38CAAF. Grayscale: #636363. Windows color (decimal): -3721904 or 5256647. OLE color: 5256647.
HSL color Cylindrical-coordinate representation of color #C73550: hue angle of 348.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73550 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 80 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.22 |
| HSL | 348.9º | 0.58% | 0.49% | - |
| HSV(B) | 348.9º | 0.73% | 0.78% | - |
| XYZ | 26.27 | 15.27 | 9.15 | - |
| YUV | 99.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 80 | 0 | 0.73 | 0.60 | 0.22 | 348.9 | 0.58 | 0.49 |
| Hex | C7 | 35 | 50 | 0 | 49 | 3C | 16 | 15D | 3A | 31 |
| Octal | 307 | 65 | 120 | 0 | 111 | 74 | 26 | 535 | 72 | 61 |
| Binary | 11000111 | 110101 | 1010000 | 0 | 1001001 | 111100 | 10110 | 101011101 | 111010 | 110001 |
Color Harmonies of #C73550
Complementary color
Monochromatic Colors of #C73550
Black with #C73550
Text Example
Text Example
White with #C73550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73550; }
p { color: rgb(199,53,80); }
H1.HeaderClassName
{
color: #C73550;
}
.AnyTagClassName
{
color: #C73550;
}
</style>
background-color css
<style>
a { background-color: #C73550; }
a { background-color: rgb(199,53,80); }
div.DivClassName
{
background-color: #C73550;
}
.BgClassName
{
background-color: #C73550;
}
</style>
border-color css
<style>
span { border-color: #C73550; }
span { border-color: rgb(199,53,80); }
td.TdClassName
{
border-color: #C73550;
}
.TagClassName
{
border-color: #C73550;
}
</style>