Shades of Old Rose #C73D56
Tints of Old Rose #C73D56
RGB
CMYK
RGB Variations
Color information
#C73D56 (or 0xC73D56) is known color: Old Rose. HEX triplet: C7, 3D and 56. RGB value is (199,61,86). Sum of RGB (Red+Green+Blue) = 199+61+86=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D56 is #38C2A9. Grayscale: #696969. Windows color (decimal): -3719850 or 5651911. OLE color: 5651911.
HSL color Cylindrical-coordinate representation of color #C73D56: hue angle of 349.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D56 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 86 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.22 |
| HSL | 349.13º | 0.55% | 0.51% | - |
| HSV(B) | 349.13º | 0.69% | 0.78% | - |
| XYZ | 26.9 | 16.15 | 10.5 | - |
| YUV | 105.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 86 | 0 | 0.69 | 0.57 | 0.22 | 349.13 | 0.55 | 0.51 |
| Hex | C7 | 3D | 56 | 0 | 45 | 39 | 16 | 15D | 37 | 33 |
| Octal | 307 | 75 | 126 | 0 | 105 | 71 | 26 | 535 | 67 | 63 |
| Binary | 11000111 | 111101 | 1010110 | 0 | 1000101 | 111001 | 10110 | 101011101 | 110111 | 110011 |
Color Harmonies of #C73D56
Complementary color
Monochromatic Colors of #C73D56
Black with #C73D56
Text Example
Text Example
White with #C73D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D56; }
p { color: rgb(199,61,86); }
H1.HeaderClassName
{
color: #C73D56;
}
.AnyTagClassName
{
color: #C73D56;
}
</style>
background-color css
<style>
a { background-color: #C73D56; }
a { background-color: rgb(199,61,86); }
div.DivClassName
{
background-color: #C73D56;
}
.BgClassName
{
background-color: #C73D56;
}
</style>
border-color css
<style>
span { border-color: #C73D56; }
span { border-color: rgb(199,61,86); }
td.TdClassName
{
border-color: #C73D56;
}
.TagClassName
{
border-color: #C73D56;
}
</style>