Shades of Old Rose #C73156
Tints of Old Rose #C73156
RGB
CMYK
RGB Variations
Color information
#C73156 (or 0xC73156) is known color: Old Rose. HEX triplet: C7, 31 and 56. RGB value is (199,49,86). Sum of RGB (Red+Green+Blue) = 199+49+86=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73156 is #38CEA9. Grayscale: #626262. Windows color (decimal): -3722922 or 5648839. OLE color: 5648839.
HSL color Cylindrical-coordinate representation of color #C73156: hue angle of 345.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73156 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 86 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.22 |
| HSL | 345.2º | 0.6% | 0.49% | - |
| HSV(B) | 345.2º | 0.75% | 0.78% | - |
| XYZ | 26.33 | 15.01 | 10.31 | - |
| YUV | 98.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 86 | 0 | 0.75 | 0.57 | 0.22 | 345.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | 56 | 0 | 4B | 39 | 16 | 159 | 3C | 31 |
| Octal | 307 | 61 | 126 | 0 | 113 | 71 | 26 | 531 | 74 | 61 |
| Binary | 11000111 | 110001 | 1010110 | 0 | 1001011 | 111001 | 10110 | 101011001 | 111100 | 110001 |
Color Harmonies of #C73156
Complementary color
Monochromatic Colors of #C73156
Black with #C73156
Text Example
Text Example
White with #C73156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73156; }
p { color: rgb(199,49,86); }
H1.HeaderClassName
{
color: #C73156;
}
.AnyTagClassName
{
color: #C73156;
}
</style>
background-color css
<style>
a { background-color: #C73156; }
a { background-color: rgb(199,49,86); }
div.DivClassName
{
background-color: #C73156;
}
.BgClassName
{
background-color: #C73156;
}
</style>
border-color css
<style>
span { border-color: #C73156; }
span { border-color: rgb(199,49,86); }
td.TdClassName
{
border-color: #C73156;
}
.TagClassName
{
border-color: #C73156;
}
</style>