Shades of Old Rose #C72149
Tints of Old Rose #C72149
RGB
CMYK
RGB Variations
Color information
#C72149 (or 0xC72149) is known color: Old Rose. HEX triplet: C7, 21 and 49. RGB value is (199,33,73). Sum of RGB (Red+Green+Blue) = 199+33+73=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C72149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72149 is #38DEB6. Grayscale: #575757. Windows color (decimal): -3727031 or 4792775. OLE color: 4792775.
HSL color Cylindrical-coordinate representation of color #C72149: hue angle of 345.54º 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 #C72149 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 73 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.22 |
| HSL | 345.54º | 0.72% | 0.45% | - |
| HSV(B) | 345.54º | 0.83% | 0.78% | - |
| XYZ | 25.3 | 13.71 | 7.62 | - |
| YUV | 87.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 73 | 0 | 0.83 | 0.63 | 0.22 | 345.54 | 0.72 | 0.45 |
| Hex | C7 | 21 | 49 | 0 | 53 | 3F | 16 | 15A | 48 | 2D |
| Octal | 307 | 41 | 111 | 0 | 123 | 77 | 26 | 532 | 110 | 55 |
| Binary | 11000111 | 100001 | 1001001 | 0 | 1010011 | 111111 | 10110 | 101011010 | 1001000 | 101101 |
Color Harmonies of #C72149
Complementary color
Monochromatic Colors of #C72149
Black with #C72149
Text Example
Text Example
White with #C72149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72149; }
p { color: rgb(199,33,73); }
H1.HeaderClassName
{
color: #C72149;
}
.AnyTagClassName
{
color: #C72149;
}
</style>
background-color css
<style>
a { background-color: #C72149; }
a { background-color: rgb(199,33,73); }
div.DivClassName
{
background-color: #C72149;
}
.BgClassName
{
background-color: #C72149;
}
</style>
border-color css
<style>
span { border-color: #C72149; }
span { border-color: rgb(199,33,73); }
td.TdClassName
{
border-color: #C72149;
}
.TagClassName
{
border-color: #C72149;
}
</style>