Shades of Old Rose #C73257
Tints of Old Rose #C73257
RGB
CMYK
RGB Variations
Color information
#C73257 (or 0xC73257) is known color: Old Rose. HEX triplet: C7, 32 and 57. RGB value is (199,50,87). Sum of RGB (Red+Green+Blue) = 199+50+87=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73257 is #38CDA8. Grayscale: #626262. Windows color (decimal): -3722665 or 5714631. OLE color: 5714631.
HSL color Cylindrical-coordinate representation of color #C73257: hue angle of 345.1º 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 #C73257 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 87 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.22 |
| HSL | 345.1º | 0.6% | 0.49% | - |
| HSV(B) | 345.1º | 0.75% | 0.78% | - |
| XYZ | 26.41 | 15.11 | 10.54 | - |
| YUV | 98.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 87 | 0 | 0.75 | 0.56 | 0.22 | 345.1 | 0.6 | 0.49 |
| Hex | C7 | 32 | 57 | 0 | 4B | 38 | 16 | 159 | 3C | 31 |
| Octal | 307 | 62 | 127 | 0 | 113 | 70 | 26 | 531 | 74 | 61 |
| Binary | 11000111 | 110010 | 1010111 | 0 | 1001011 | 111000 | 10110 | 101011001 | 111100 | 110001 |
Color Harmonies of #C73257
Complementary color
Monochromatic Colors of #C73257
Black with #C73257
Text Example
Text Example
White with #C73257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73257; }
p { color: rgb(199,50,87); }
H1.HeaderClassName
{
color: #C73257;
}
.AnyTagClassName
{
color: #C73257;
}
</style>
background-color css
<style>
a { background-color: #C73257; }
a { background-color: rgb(199,50,87); }
div.DivClassName
{
background-color: #C73257;
}
.BgClassName
{
background-color: #C73257;
}
</style>
border-color css
<style>
span { border-color: #C73257; }
span { border-color: rgb(199,50,87); }
td.TdClassName
{
border-color: #C73257;
}
.TagClassName
{
border-color: #C73257;
}
</style>