Shades of Old Rose #C73A55
Tints of Old Rose #C73A55
RGB
CMYK
RGB Variations
Color information
#C73A55 (or 0xC73A55) is known color: Old Rose. HEX triplet: C7, 3A and 55. RGB value is (199,58,85). Sum of RGB (Red+Green+Blue) = 199+58+85=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A55 is #38C5AA. Grayscale: #676767. Windows color (decimal): -3720619 or 5585607. OLE color: 5585607.
HSL color Cylindrical-coordinate representation of color #C73A55: hue angle of 348.51º 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 #C73A55 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 85 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.22 |
| HSL | 348.51º | 0.56% | 0.5% | - |
| HSV(B) | 348.51º | 0.71% | 0.78% | - |
| XYZ | 26.71 | 15.82 | 10.24 | - |
| YUV | 103.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 85 | 0 | 0.71 | 0.57 | 0.22 | 348.51 | 0.56 | 0.5 |
| Hex | C7 | 3A | 55 | 0 | 47 | 39 | 16 | 15D | 38 | 32 |
| Octal | 307 | 72 | 125 | 0 | 107 | 71 | 26 | 535 | 70 | 62 |
| Binary | 11000111 | 111010 | 1010101 | 0 | 1000111 | 111001 | 10110 | 101011101 | 111000 | 110010 |
Color Harmonies of #C73A55
Complementary color
Monochromatic Colors of #C73A55
Black with #C73A55
Text Example
Text Example
White with #C73A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A55; }
p { color: rgb(199,58,85); }
H1.HeaderClassName
{
color: #C73A55;
}
.AnyTagClassName
{
color: #C73A55;
}
</style>
background-color css
<style>
a { background-color: #C73A55; }
a { background-color: rgb(199,58,85); }
div.DivClassName
{
background-color: #C73A55;
}
.BgClassName
{
background-color: #C73A55;
}
</style>
border-color css
<style>
span { border-color: #C73A55; }
span { border-color: rgb(199,58,85); }
td.TdClassName
{
border-color: #C73A55;
}
.TagClassName
{
border-color: #C73A55;
}
</style>