Shades of Old Rose #C73153
Tints of Old Rose #C73153
RGB
CMYK
RGB Variations
Color information
#C73153 (or 0xC73153) is known color: Old Rose. HEX triplet: C7, 31 and 53. RGB value is (199,49,83). Sum of RGB (Red+Green+Blue) = 199+49+83=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73153 is #38CEAC. Grayscale: #616161. Windows color (decimal): -3722925 or 5452231. OLE color: 5452231.
HSL color Cylindrical-coordinate representation of color #C73153: hue angle of 346.4º 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 #C73153 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 83 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.22 |
| HSL | 346.4º | 0.6% | 0.49% | - |
| HSV(B) | 346.4º | 0.75% | 0.78% | - |
| XYZ | 26.21 | 14.96 | 9.69 | - |
| YUV | 97.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 83 | 0 | 0.75 | 0.58 | 0.22 | 346.4 | 0.6 | 0.49 |
| Hex | C7 | 31 | 53 | 0 | 4B | 3A | 16 | 15A | 3C | 31 |
| Octal | 307 | 61 | 123 | 0 | 113 | 72 | 26 | 532 | 74 | 61 |
| Binary | 11000111 | 110001 | 1010011 | 0 | 1001011 | 111010 | 10110 | 101011010 | 111100 | 110001 |
Color Harmonies of #C73153
Complementary color
Monochromatic Colors of #C73153
Black with #C73153
Text Example
Text Example
White with #C73153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73153; }
p { color: rgb(199,49,83); }
H1.HeaderClassName
{
color: #C73153;
}
.AnyTagClassName
{
color: #C73153;
}
</style>
background-color css
<style>
a { background-color: #C73153; }
a { background-color: rgb(199,49,83); }
div.DivClassName
{
background-color: #C73153;
}
.BgClassName
{
background-color: #C73153;
}
</style>
border-color css
<style>
span { border-color: #C73153; }
span { border-color: rgb(199,49,83); }
td.TdClassName
{
border-color: #C73153;
}
.TagClassName
{
border-color: #C73153;
}
</style>