Shades of Old Rose #C72154
Tints of Old Rose #C72154
RGB
CMYK
RGB Variations
Color information
#C72154 (or 0xC72154) is known color: Old Rose. HEX triplet: C7, 21 and 54. RGB value is (199,33,84). Sum of RGB (Red+Green+Blue) = 199+33+84=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C72154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72154 is #38DEAB. Grayscale: #585858. Windows color (decimal): -3727020 or 5513671. OLE color: 5513671.
HSL color Cylindrical-coordinate representation of color #C72154: hue angle of 341.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72154 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 84 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.22 |
| HSL | 341.57º | 0.72% | 0.45% | - |
| HSV(B) | 341.57º | 0.83% | 0.78% | - |
| XYZ | 25.7 | 13.87 | 9.71 | - |
| YUV | 88.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 84 | 0 | 0.83 | 0.58 | 0.22 | 341.57 | 0.72 | 0.45 |
| Hex | C7 | 21 | 54 | 0 | 53 | 3A | 16 | 156 | 48 | 2D |
| Octal | 307 | 41 | 124 | 0 | 123 | 72 | 26 | 526 | 110 | 55 |
| Binary | 11000111 | 100001 | 1010100 | 0 | 1010011 | 111010 | 10110 | 101010110 | 1001000 | 101101 |
Color Harmonies of #C72154
Complementary color
Monochromatic Colors of #C72154
Black with #C72154
Text Example
Text Example
White with #C72154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72154; }
p { color: rgb(199,33,84); }
H1.HeaderClassName
{
color: #C72154;
}
.AnyTagClassName
{
color: #C72154;
}
</style>
background-color css
<style>
a { background-color: #C72154; }
a { background-color: rgb(199,33,84); }
div.DivClassName
{
background-color: #C72154;
}
.BgClassName
{
background-color: #C72154;
}
</style>
border-color css
<style>
span { border-color: #C72154; }
span { border-color: rgb(199,33,84); }
td.TdClassName
{
border-color: #C72154;
}
.TagClassName
{
border-color: #C72154;
}
</style>