Shades of Old Rose #C72557
Tints of Old Rose #C72557
RGB
CMYK
RGB Variations
Color information
#C72557 (or 0xC72557) is known color: Old Rose. HEX triplet: C7, 25 and 57. RGB value is (199,37,87). Sum of RGB (Red+Green+Blue) = 199+37+87=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C72557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72557 is #38DAA8. Grayscale: #5B5B5B. Windows color (decimal): -3725993 or 5711303. OLE color: 5711303.
HSL color Cylindrical-coordinate representation of color #C72557: hue angle of 341.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72557 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 87 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.22 |
| HSL | 341.48º | 0.69% | 0.46% | - |
| HSV(B) | 341.48º | 0.81% | 0.78% | - |
| XYZ | 25.94 | 14.15 | 10.38 | - |
| YUV | 91.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 87 | 0 | 0.81 | 0.56 | 0.22 | 341.48 | 0.69 | 0.46 |
| Hex | C7 | 25 | 57 | 0 | 51 | 38 | 16 | 155 | 45 | 2E |
| Octal | 307 | 45 | 127 | 0 | 121 | 70 | 26 | 525 | 105 | 56 |
| Binary | 11000111 | 100101 | 1010111 | 0 | 1010001 | 111000 | 10110 | 101010101 | 1000101 | 101110 |
Color Harmonies of #C72557
Complementary color
Monochromatic Colors of #C72557
Black with #C72557
Text Example
Text Example
White with #C72557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72557; }
p { color: rgb(199,37,87); }
H1.HeaderClassName
{
color: #C72557;
}
.AnyTagClassName
{
color: #C72557;
}
</style>
background-color css
<style>
a { background-color: #C72557; }
a { background-color: rgb(199,37,87); }
div.DivClassName
{
background-color: #C72557;
}
.BgClassName
{
background-color: #C72557;
}
</style>
border-color css
<style>
span { border-color: #C72557; }
span { border-color: rgb(199,37,87); }
td.TdClassName
{
border-color: #C72557;
}
.TagClassName
{
border-color: #C72557;
}
</style>