Shades of Old Rose #C73B58
Tints of Old Rose #C73B58
RGB
CMYK
RGB Variations
Color information
#C73B58 (or 0xC73B58) is known color: Old Rose. HEX triplet: C7, 3B and 58. RGB value is (199,59,88). Sum of RGB (Red+Green+Blue) = 199+59+88=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B58 is #38C4A7. Grayscale: #686868. Windows color (decimal): -3720360 or 5782471. OLE color: 5782471.
HSL color Cylindrical-coordinate representation of color #C73B58: hue angle of 347.57º 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 #C73B58 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 88 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.22 |
| HSL | 347.57º | 0.56% | 0.51% | - |
| HSV(B) | 347.57º | 0.7% | 0.78% | - |
| XYZ | 26.88 | 15.97 | 10.9 | - |
| YUV | 104.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 88 | 0 | 0.70 | 0.56 | 0.22 | 347.57 | 0.56 | 0.51 |
| Hex | C7 | 3B | 58 | 0 | 46 | 38 | 16 | 15C | 38 | 33 |
| Octal | 307 | 73 | 130 | 0 | 106 | 70 | 26 | 534 | 70 | 63 |
| Binary | 11000111 | 111011 | 1011000 | 0 | 1000110 | 111000 | 10110 | 101011100 | 111000 | 110011 |
Color Harmonies of #C73B58
Complementary color
Monochromatic Colors of #C73B58
Black with #C73B58
Text Example
Text Example
White with #C73B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B58; }
p { color: rgb(199,59,88); }
H1.HeaderClassName
{
color: #C73B58;
}
.AnyTagClassName
{
color: #C73B58;
}
</style>
background-color css
<style>
a { background-color: #C73B58; }
a { background-color: rgb(199,59,88); }
div.DivClassName
{
background-color: #C73B58;
}
.BgClassName
{
background-color: #C73B58;
}
</style>
border-color css
<style>
span { border-color: #C73B58; }
span { border-color: rgb(199,59,88); }
td.TdClassName
{
border-color: #C73B58;
}
.TagClassName
{
border-color: #C73B58;
}
</style>