Shades of Old Rose #C73458
Tints of Old Rose #C73458
RGB
CMYK
RGB Variations
Color information
#C73458 (or 0xC73458) is known color: Old Rose. HEX triplet: C7, 34 and 58. RGB value is (199,52,88). Sum of RGB (Red+Green+Blue) = 199+52+88=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73458 is #38CBA7. Grayscale: #646464. Windows color (decimal): -3722152 or 5780679. OLE color: 5780679.
HSL color Cylindrical-coordinate representation of color #C73458: hue angle of 345.31º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73458 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.22 |
| HSL | 345.31º | 0.59% | 0.49% | - |
| HSV(B) | 345.31º | 0.74% | 0.78% | - |
| XYZ | 26.54 | 15.3 | 10.79 | - |
| YUV | 100.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 88 | 0 | 0.74 | 0.56 | 0.22 | 345.31 | 0.59 | 0.49 |
| Hex | C7 | 34 | 58 | 0 | 4A | 38 | 16 | 159 | 3B | 31 |
| Octal | 307 | 64 | 130 | 0 | 112 | 70 | 26 | 531 | 73 | 61 |
| Binary | 11000111 | 110100 | 1011000 | 0 | 1001010 | 111000 | 10110 | 101011001 | 111011 | 110001 |
Color Harmonies of #C73458
Complementary color
Monochromatic Colors of #C73458
Black with #C73458
Text Example
Text Example
White with #C73458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73458; }
p { color: rgb(199,52,88); }
H1.HeaderClassName
{
color: #C73458;
}
.AnyTagClassName
{
color: #C73458;
}
</style>
background-color css
<style>
a { background-color: #C73458; }
a { background-color: rgb(199,52,88); }
div.DivClassName
{
background-color: #C73458;
}
.BgClassName
{
background-color: #C73458;
}
</style>
border-color css
<style>
span { border-color: #C73458; }
span { border-color: rgb(199,52,88); }
td.TdClassName
{
border-color: #C73458;
}
.TagClassName
{
border-color: #C73458;
}
</style>