Shades of Old Rose #C73A53
Tints of Old Rose #C73A53
RGB
CMYK
RGB Variations
Color information
#C73A53 (or 0xC73A53) is known color: Old Rose. HEX triplet: C7, 3A and 53. RGB value is (199,58,83). Sum of RGB (Red+Green+Blue) = 199+58+83=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A53 is #38C5AC. Grayscale: #676767. Windows color (decimal): -3720621 or 5454535. OLE color: 5454535.
HSL color Cylindrical-coordinate representation of color #C73A53: hue angle of 349.36º 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 #C73A53 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 83 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.22 |
| HSL | 349.36º | 0.56% | 0.5% | - |
| HSV(B) | 349.36º | 0.71% | 0.78% | - |
| XYZ | 26.63 | 15.79 | 9.83 | - |
| YUV | 103.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 83 | 0 | 0.71 | 0.58 | 0.22 | 349.36 | 0.56 | 0.5 |
| Hex | C7 | 3A | 53 | 0 | 47 | 3A | 16 | 15D | 38 | 32 |
| Octal | 307 | 72 | 123 | 0 | 107 | 72 | 26 | 535 | 70 | 62 |
| Binary | 11000111 | 111010 | 1010011 | 0 | 1000111 | 111010 | 10110 | 101011101 | 111000 | 110010 |
Color Harmonies of #C73A53
Complementary color
Monochromatic Colors of #C73A53
Black with #C73A53
Text Example
Text Example
White with #C73A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A53; }
p { color: rgb(199,58,83); }
H1.HeaderClassName
{
color: #C73A53;
}
.AnyTagClassName
{
color: #C73A53;
}
</style>
background-color css
<style>
a { background-color: #C73A53; }
a { background-color: rgb(199,58,83); }
div.DivClassName
{
background-color: #C73A53;
}
.BgClassName
{
background-color: #C73A53;
}
</style>
border-color css
<style>
span { border-color: #C73A53; }
span { border-color: rgb(199,58,83); }
td.TdClassName
{
border-color: #C73A53;
}
.TagClassName
{
border-color: #C73A53;
}
</style>