Shades of Old Rose #C73A56
Tints of Old Rose #C73A56
RGB
CMYK
RGB Variations
Color information
#C73A56 (or 0xC73A56) is known color: Old Rose. HEX triplet: C7, 3A and 56. RGB value is (199,58,86). Sum of RGB (Red+Green+Blue) = 199+58+86=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A56 is #38C5A9. Grayscale: #676767. Windows color (decimal): -3720618 or 5651143. OLE color: 5651143.
HSL color Cylindrical-coordinate representation of color #C73A56: hue angle of 348.09º 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 #C73A56 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 86 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.22 |
| HSL | 348.09º | 0.56% | 0.5% | - |
| HSV(B) | 348.09º | 0.71% | 0.78% | - |
| XYZ | 26.75 | 15.84 | 10.45 | - |
| YUV | 103.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 86 | 0 | 0.71 | 0.57 | 0.22 | 348.09 | 0.56 | 0.5 |
| Hex | C7 | 3A | 56 | 0 | 47 | 39 | 16 | 15C | 38 | 32 |
| Octal | 307 | 72 | 126 | 0 | 107 | 71 | 26 | 534 | 70 | 62 |
| Binary | 11000111 | 111010 | 1010110 | 0 | 1000111 | 111001 | 10110 | 101011100 | 111000 | 110010 |
Color Harmonies of #C73A56
Complementary color
Monochromatic Colors of #C73A56
Black with #C73A56
Text Example
Text Example
White with #C73A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A56; }
p { color: rgb(199,58,86); }
H1.HeaderClassName
{
color: #C73A56;
}
.AnyTagClassName
{
color: #C73A56;
}
</style>
background-color css
<style>
a { background-color: #C73A56; }
a { background-color: rgb(199,58,86); }
div.DivClassName
{
background-color: #C73A56;
}
.BgClassName
{
background-color: #C73A56;
}
</style>
border-color css
<style>
span { border-color: #C73A56; }
span { border-color: rgb(199,58,86); }
td.TdClassName
{
border-color: #C73A56;
}
.TagClassName
{
border-color: #C73A56;
}
</style>