Shades of Old Rose #C73C55
Tints of Old Rose #C73C55
RGB
CMYK
RGB Variations
Color information
#C73C55 (or 0xC73C55) is known color: Old Rose. HEX triplet: C7, 3C and 55. RGB value is (199,60,85). Sum of RGB (Red+Green+Blue) = 199+60+85=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C55 is #38C3AA. Grayscale: #686868. Windows color (decimal): -3720107 or 5586119. OLE color: 5586119.
HSL color Cylindrical-coordinate representation of color #C73C55: hue angle of 349.21º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C55 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 85 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.22 |
| HSL | 349.21º | 0.55% | 0.51% | - |
| HSV(B) | 349.21º | 0.7% | 0.78% | - |
| XYZ | 26.81 | 16.03 | 10.28 | - |
| YUV | 104.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 85 | 0 | 0.70 | 0.57 | 0.22 | 349.21 | 0.55 | 0.51 |
| Hex | C7 | 3C | 55 | 0 | 46 | 39 | 16 | 15D | 37 | 33 |
| Octal | 307 | 74 | 125 | 0 | 106 | 71 | 26 | 535 | 67 | 63 |
| Binary | 11000111 | 111100 | 1010101 | 0 | 1000110 | 111001 | 10110 | 101011101 | 110111 | 110011 |
Color Harmonies of #C73C55
Complementary color
Monochromatic Colors of #C73C55
Black with #C73C55
Text Example
Text Example
White with #C73C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C55; }
p { color: rgb(199,60,85); }
H1.HeaderClassName
{
color: #C73C55;
}
.AnyTagClassName
{
color: #C73C55;
}
</style>
background-color css
<style>
a { background-color: #C73C55; }
a { background-color: rgb(199,60,85); }
div.DivClassName
{
background-color: #C73C55;
}
.BgClassName
{
background-color: #C73C55;
}
</style>
border-color css
<style>
span { border-color: #C73C55; }
span { border-color: rgb(199,60,85); }
td.TdClassName
{
border-color: #C73C55;
}
.TagClassName
{
border-color: #C73C55;
}
</style>