Shades of Old Rose #C73957
Tints of Old Rose #C73957
RGB
CMYK
RGB Variations
Color information
#C73957 (or 0xC73957) is known color: Old Rose. HEX triplet: C7, 39 and 57. RGB value is (199,57,87). Sum of RGB (Red+Green+Blue) = 199+57+87=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73957 is #38C6A8. Grayscale: #666666. Windows color (decimal): -3720873 or 5716423. OLE color: 5716423.
HSL color Cylindrical-coordinate representation of color #C73957: hue angle of 347.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73957 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 87 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.22 |
| HSL | 347.32º | 0.56% | 0.5% | - |
| HSV(B) | 347.32º | 0.71% | 0.78% | - |
| XYZ | 26.74 | 15.76 | 10.65 | - |
| YUV | 102.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 87 | 0 | 0.71 | 0.56 | 0.22 | 347.32 | 0.56 | 0.5 |
| Hex | C7 | 39 | 57 | 0 | 47 | 38 | 16 | 15B | 38 | 32 |
| Octal | 307 | 71 | 127 | 0 | 107 | 70 | 26 | 533 | 70 | 62 |
| Binary | 11000111 | 111001 | 1010111 | 0 | 1000111 | 111000 | 10110 | 101011011 | 111000 | 110010 |
Color Harmonies of #C73957
Complementary color
Monochromatic Colors of #C73957
Black with #C73957
Text Example
Text Example
White with #C73957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73957; }
p { color: rgb(199,57,87); }
H1.HeaderClassName
{
color: #C73957;
}
.AnyTagClassName
{
color: #C73957;
}
</style>
background-color css
<style>
a { background-color: #C73957; }
a { background-color: rgb(199,57,87); }
div.DivClassName
{
background-color: #C73957;
}
.BgClassName
{
background-color: #C73957;
}
</style>
border-color css
<style>
span { border-color: #C73957; }
span { border-color: rgb(199,57,87); }
td.TdClassName
{
border-color: #C73957;
}
.TagClassName
{
border-color: #C73957;
}
</style>