Shades of Old Rose #C73B54
Tints of Old Rose #C73B54
RGB
CMYK
RGB Variations
Color information
#C73B54 (or 0xC73B54) is known color: Old Rose. HEX triplet: C7, 3B and 54. RGB value is (199,59,84). Sum of RGB (Red+Green+Blue) = 199+59+84=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B54 is #38C4AB. Grayscale: #676767. Windows color (decimal): -3720364 or 5520327. OLE color: 5520327.
HSL color Cylindrical-coordinate representation of color #C73B54: hue angle of 349.29º degrees, saturation: 0.56, 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 #C73B54 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 84 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.22 |
| HSL | 349.29º | 0.56% | 0.51% | - |
| HSV(B) | 349.29º | 0.7% | 0.78% | - |
| XYZ | 26.72 | 15.91 | 10.05 | - |
| YUV | 103.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 84 | 0 | 0.70 | 0.58 | 0.22 | 349.29 | 0.56 | 0.51 |
| Hex | C7 | 3B | 54 | 0 | 46 | 3A | 16 | 15D | 38 | 33 |
| Octal | 307 | 73 | 124 | 0 | 106 | 72 | 26 | 535 | 70 | 63 |
| Binary | 11000111 | 111011 | 1010100 | 0 | 1000110 | 111010 | 10110 | 101011101 | 111000 | 110011 |
Color Harmonies of #C73B54
Complementary color
Monochromatic Colors of #C73B54
Black with #C73B54
Text Example
Text Example
White with #C73B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B54; }
p { color: rgb(199,59,84); }
H1.HeaderClassName
{
color: #C73B54;
}
.AnyTagClassName
{
color: #C73B54;
}
</style>
background-color css
<style>
a { background-color: #C73B54; }
a { background-color: rgb(199,59,84); }
div.DivClassName
{
background-color: #C73B54;
}
.BgClassName
{
background-color: #C73B54;
}
</style>
border-color css
<style>
span { border-color: #C73B54; }
span { border-color: rgb(199,59,84); }
td.TdClassName
{
border-color: #C73B54;
}
.TagClassName
{
border-color: #C73B54;
}
</style>