Shades of Old Rose #C72A54
Tints of Old Rose #C72A54
RGB
CMYK
RGB Variations
Color information
#C72A54 (or 0xC72A54) is known color: Old Rose. HEX triplet: C7, 2A and 54. RGB value is (199,42,84). Sum of RGB (Red+Green+Blue) = 199+42+84=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72A54 is #38D5AB. Grayscale: #5D5D5D. Windows color (decimal): -3724716 or 5515975. OLE color: 5515975.
HSL color Cylindrical-coordinate representation of color #C72A54: hue angle of 343.95º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A54 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 84 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.22 |
| HSL | 343.95º | 0.65% | 0.47% | - |
| HSV(B) | 343.95º | 0.79% | 0.78% | - |
| XYZ | 25.98 | 14.44 | 9.8 | - |
| YUV | 93.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 84 | 0 | 0.79 | 0.58 | 0.22 | 343.95 | 0.65 | 0.47 |
| Hex | C7 | 2A | 54 | 0 | 4F | 3A | 16 | 158 | 41 | 2F |
| Octal | 307 | 52 | 124 | 0 | 117 | 72 | 26 | 530 | 101 | 57 |
| Binary | 11000111 | 101010 | 1010100 | 0 | 1001111 | 111010 | 10110 | 101011000 | 1000001 | 101111 |
Color Harmonies of #C72A54
Complementary color
Monochromatic Colors of #C72A54
Black with #C72A54
Text Example
Text Example
White with #C72A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A54; }
p { color: rgb(199,42,84); }
H1.HeaderClassName
{
color: #C72A54;
}
.AnyTagClassName
{
color: #C72A54;
}
</style>
background-color css
<style>
a { background-color: #C72A54; }
a { background-color: rgb(199,42,84); }
div.DivClassName
{
background-color: #C72A54;
}
.BgClassName
{
background-color: #C72A54;
}
</style>
border-color css
<style>
span { border-color: #C72A54; }
span { border-color: rgb(199,42,84); }
td.TdClassName
{
border-color: #C72A54;
}
.TagClassName
{
border-color: #C72A54;
}
</style>