Shades of Old Rose #C73D58
Tints of Old Rose #C73D58
RGB
CMYK
RGB Variations
Color information
#C73D58 (or 0xC73D58) is known color: Old Rose. HEX triplet: C7, 3D and 58. RGB value is (199,61,88). Sum of RGB (Red+Green+Blue) = 199+61+88=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D58 is #38C2A7. Grayscale: #696969. Windows color (decimal): -3719848 or 5782983. OLE color: 5782983.
HSL color Cylindrical-coordinate representation of color #C73D58: hue angle of 348.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D58 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 88 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.22 |
| HSL | 348.26º | 0.55% | 0.51% | - |
| HSV(B) | 348.26º | 0.69% | 0.78% | - |
| XYZ | 26.98 | 16.18 | 10.93 | - |
| YUV | 105.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 88 | 0 | 0.69 | 0.56 | 0.22 | 348.26 | 0.55 | 0.51 |
| Hex | C7 | 3D | 58 | 0 | 45 | 38 | 16 | 15C | 37 | 33 |
| Octal | 307 | 75 | 130 | 0 | 105 | 70 | 26 | 534 | 67 | 63 |
| Binary | 11000111 | 111101 | 1011000 | 0 | 1000101 | 111000 | 10110 | 101011100 | 110111 | 110011 |
Color Harmonies of #C73D58
Complementary color
Monochromatic Colors of #C73D58
Black with #C73D58
Text Example
Text Example
White with #C73D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D58; }
p { color: rgb(199,61,88); }
H1.HeaderClassName
{
color: #C73D58;
}
.AnyTagClassName
{
color: #C73D58;
}
</style>
background-color css
<style>
a { background-color: #C73D58; }
a { background-color: rgb(199,61,88); }
div.DivClassName
{
background-color: #C73D58;
}
.BgClassName
{
background-color: #C73D58;
}
</style>
border-color css
<style>
span { border-color: #C73D58; }
span { border-color: rgb(199,61,88); }
td.TdClassName
{
border-color: #C73D58;
}
.TagClassName
{
border-color: #C73D58;
}
</style>