Shades of Old Rose #C72F59
Tints of Old Rose #C72F59
RGB
CMYK
RGB Variations
Color information
#C72F59 (or 0xC72F59) is known color: Old Rose. HEX triplet: C7, 2F and 59. RGB value is (199,47,89). Sum of RGB (Red+Green+Blue) = 199+47+89=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72F59 is #38D0A6. Grayscale: #616161. Windows color (decimal): -3723431 or 5844935. OLE color: 5844935.
HSL color Cylindrical-coordinate representation of color #C72F59: hue angle of 343.42º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F59 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 89 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.22 |
| HSL | 343.42º | 0.62% | 0.48% | - |
| HSV(B) | 343.42º | 0.76% | 0.78% | - |
| XYZ | 26.37 | 14.9 | 10.94 | - |
| YUV | 97.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 89 | 0 | 0.76 | 0.55 | 0.22 | 343.42 | 0.62 | 0.48 |
| Hex | C7 | 2F | 59 | 0 | 4C | 37 | 16 | 157 | 3E | 30 |
| Octal | 307 | 57 | 131 | 0 | 114 | 67 | 26 | 527 | 76 | 60 |
| Binary | 11000111 | 101111 | 1011001 | 0 | 1001100 | 110111 | 10110 | 101010111 | 111110 | 110000 |
Color Harmonies of #C72F59
Complementary color
Monochromatic Colors of #C72F59
Black with #C72F59
Text Example
Text Example
White with #C72F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F59; }
p { color: rgb(199,47,89); }
H1.HeaderClassName
{
color: #C72F59;
}
.AnyTagClassName
{
color: #C72F59;
}
</style>
background-color css
<style>
a { background-color: #C72F59; }
a { background-color: rgb(199,47,89); }
div.DivClassName
{
background-color: #C72F59;
}
.BgClassName
{
background-color: #C72F59;
}
</style>
border-color css
<style>
span { border-color: #C72F59; }
span { border-color: rgb(199,47,89); }
td.TdClassName
{
border-color: #C72F59;
}
.TagClassName
{
border-color: #C72F59;
}
</style>