Shades of Old Rose #C72257
Tints of Old Rose #C72257
RGB
CMYK
RGB Variations
Color information
#C72257 (or 0xC72257) is known color: Old Rose. HEX triplet: C7, 22 and 57. RGB value is (199,34,87). Sum of RGB (Red+Green+Blue) = 199+34+87=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72257 is #38DDA8. Grayscale: #595959. Windows color (decimal): -3726761 or 5710535. OLE color: 5710535.
HSL color Cylindrical-coordinate representation of color #C72257: hue angle of 340.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72257 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 87 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.22 |
| HSL | 340.73º | 0.71% | 0.46% | - |
| HSV(B) | 340.73º | 0.83% | 0.78% | - |
| XYZ | 25.85 | 13.97 | 10.35 | - |
| YUV | 89.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 87 | 0 | 0.83 | 0.56 | 0.22 | 340.73 | 0.71 | 0.46 |
| Hex | C7 | 22 | 57 | 0 | 53 | 38 | 16 | 155 | 47 | 2E |
| Octal | 307 | 42 | 127 | 0 | 123 | 70 | 26 | 525 | 107 | 56 |
| Binary | 11000111 | 100010 | 1010111 | 0 | 1010011 | 111000 | 10110 | 101010101 | 1000111 | 101110 |
Color Harmonies of #C72257
Complementary color
Monochromatic Colors of #C72257
Black with #C72257
Text Example
Text Example
White with #C72257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72257; }
p { color: rgb(199,34,87); }
H1.HeaderClassName
{
color: #C72257;
}
.AnyTagClassName
{
color: #C72257;
}
</style>
background-color css
<style>
a { background-color: #C72257; }
a { background-color: rgb(199,34,87); }
div.DivClassName
{
background-color: #C72257;
}
.BgClassName
{
background-color: #C72257;
}
</style>
border-color css
<style>
span { border-color: #C72257; }
span { border-color: rgb(199,34,87); }
td.TdClassName
{
border-color: #C72257;
}
.TagClassName
{
border-color: #C72257;
}
</style>