Shades of Old Rose #C73251
Tints of Old Rose #C73251
RGB
CMYK
RGB Variations
Color information
#C73251 (or 0xC73251) is known color: Old Rose. HEX triplet: C7, 32 and 51. RGB value is (199,50,81). Sum of RGB (Red+Green+Blue) = 199+50+81=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C73251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73251 is #38CDAE. Grayscale: #626262. Windows color (decimal): -3722671 or 5321415. OLE color: 5321415.
HSL color Cylindrical-coordinate representation of color #C73251: hue angle of 347.52º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73251 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 81 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.22 |
| HSL | 347.52º | 0.6% | 0.49% | - |
| HSV(B) | 347.52º | 0.75% | 0.78% | - |
| XYZ | 26.18 | 15.02 | 9.3 | - |
| YUV | 98.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 81 | 0 | 0.75 | 0.59 | 0.22 | 347.52 | 0.6 | 0.49 |
| Hex | C7 | 32 | 51 | 0 | 4B | 3B | 16 | 15C | 3C | 31 |
| Octal | 307 | 62 | 121 | 0 | 113 | 73 | 26 | 534 | 74 | 61 |
| Binary | 11000111 | 110010 | 1010001 | 0 | 1001011 | 111011 | 10110 | 101011100 | 111100 | 110001 |
Color Harmonies of #C73251
Complementary color
Monochromatic Colors of #C73251
Black with #C73251
Text Example
Text Example
White with #C73251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73251; }
p { color: rgb(199,50,81); }
H1.HeaderClassName
{
color: #C73251;
}
.AnyTagClassName
{
color: #C73251;
}
</style>
background-color css
<style>
a { background-color: #C73251; }
a { background-color: rgb(199,50,81); }
div.DivClassName
{
background-color: #C73251;
}
.BgClassName
{
background-color: #C73251;
}
</style>
border-color css
<style>
span { border-color: #C73251; }
span { border-color: rgb(199,50,81); }
td.TdClassName
{
border-color: #C73251;
}
.TagClassName
{
border-color: #C73251;
}
</style>