Shades of Old Rose #C72454
Tints of Old Rose #C72454
RGB
CMYK
RGB Variations
Color information
#C72454 (or 0xC72454) is known color: Old Rose. HEX triplet: C7, 24 and 54. RGB value is (199,36,84). Sum of RGB (Red+Green+Blue) = 199+36+84=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C72454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72454 is #38DBAB. Grayscale: #5A5A5A. Windows color (decimal): -3726252 or 5514439. OLE color: 5514439.
HSL color Cylindrical-coordinate representation of color #C72454: hue angle of 342.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72454 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 84 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.22 |
| HSL | 342.33º | 0.69% | 0.46% | - |
| HSV(B) | 342.33º | 0.82% | 0.78% | - |
| XYZ | 25.78 | 14.04 | 9.74 | - |
| YUV | 90.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 84 | 0 | 0.82 | 0.58 | 0.22 | 342.33 | 0.69 | 0.46 |
| Hex | C7 | 24 | 54 | 0 | 52 | 3A | 16 | 156 | 45 | 2E |
| Octal | 307 | 44 | 124 | 0 | 122 | 72 | 26 | 526 | 105 | 56 |
| Binary | 11000111 | 100100 | 1010100 | 0 | 1010010 | 111010 | 10110 | 101010110 | 1000101 | 101110 |
Color Harmonies of #C72454
Complementary color
Monochromatic Colors of #C72454
Black with #C72454
Text Example
Text Example
White with #C72454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72454; }
p { color: rgb(199,36,84); }
H1.HeaderClassName
{
color: #C72454;
}
.AnyTagClassName
{
color: #C72454;
}
</style>
background-color css
<style>
a { background-color: #C72454; }
a { background-color: rgb(199,36,84); }
div.DivClassName
{
background-color: #C72454;
}
.BgClassName
{
background-color: #C72454;
}
</style>
border-color css
<style>
span { border-color: #C72454; }
span { border-color: rgb(199,36,84); }
td.TdClassName
{
border-color: #C72454;
}
.TagClassName
{
border-color: #C72454;
}
</style>