Shades of Old Rose #C72B54
Tints of Old Rose #C72B54
RGB
CMYK
RGB Variations
Color information
#C72B54 (or 0xC72B54) is known color: Old Rose. HEX triplet: C7, 2B and 54. RGB value is (199,43,84). Sum of RGB (Red+Green+Blue) = 199+43+84=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72B54 is #38D4AB. Grayscale: #5E5E5E. Windows color (decimal): -3724460 or 5516231. OLE color: 5516231.
HSL color Cylindrical-coordinate representation of color #C72B54: hue angle of 344.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B54 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 84 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.22 |
| HSL | 344.23º | 0.64% | 0.47% | - |
| HSV(B) | 344.23º | 0.78% | 0.78% | - |
| XYZ | 26.02 | 14.51 | 9.82 | - |
| YUV | 94.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 84 | 0 | 0.78 | 0.58 | 0.22 | 344.23 | 0.64 | 0.47 |
| Hex | C7 | 2B | 54 | 0 | 4E | 3A | 16 | 158 | 40 | 2F |
| Octal | 307 | 53 | 124 | 0 | 116 | 72 | 26 | 530 | 100 | 57 |
| Binary | 11000111 | 101011 | 1010100 | 0 | 1001110 | 111010 | 10110 | 101011000 | 1000000 | 101111 |
Color Harmonies of #C72B54
Complementary color
Monochromatic Colors of #C72B54
Black with #C72B54
Text Example
Text Example
White with #C72B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B54; }
p { color: rgb(199,43,84); }
H1.HeaderClassName
{
color: #C72B54;
}
.AnyTagClassName
{
color: #C72B54;
}
</style>
background-color css
<style>
a { background-color: #C72B54; }
a { background-color: rgb(199,43,84); }
div.DivClassName
{
background-color: #C72B54;
}
.BgClassName
{
background-color: #C72B54;
}
</style>
border-color css
<style>
span { border-color: #C72B54; }
span { border-color: rgb(199,43,84); }
td.TdClassName
{
border-color: #C72B54;
}
.TagClassName
{
border-color: #C72B54;
}
</style>