Shades of Old Rose #C72D4C
Tints of Old Rose #C72D4C
RGB
CMYK
RGB Variations
Color information
#C72D4C (or 0xC72D4C) is known color: Old Rose. HEX triplet: C7, 2D and 4C. RGB value is (199,45,76). Sum of RGB (Red+Green+Blue) = 199+45+76=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D4C is #38D2B3. Grayscale: #5E5E5E. Windows color (decimal): -3723956 or 4992455. OLE color: 4992455.
HSL color Cylindrical-coordinate representation of color #C72D4C: hue angle of 347.92º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D4C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 76 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.22 |
| HSL | 347.92º | 0.63% | 0.48% | - |
| HSV(B) | 347.92º | 0.77% | 0.78% | - |
| XYZ | 25.8 | 14.54 | 8.28 | - |
| YUV | 94.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 76 | 0 | 0.77 | 0.62 | 0.22 | 347.92 | 0.63 | 0.48 |
| Hex | C7 | 2D | 4C | 0 | 4D | 3E | 16 | 15C | 3F | 30 |
| Octal | 307 | 55 | 114 | 0 | 115 | 76 | 26 | 534 | 77 | 60 |
| Binary | 11000111 | 101101 | 1001100 | 0 | 1001101 | 111110 | 10110 | 101011100 | 111111 | 110000 |
Color Harmonies of #C72D4C
Complementary color
Monochromatic Colors of #C72D4C
Black with #C72D4C
Text Example
Text Example
White with #C72D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D4C; }
p { color: rgb(199,45,76); }
H1.HeaderClassName
{
color: #C72D4C;
}
.AnyTagClassName
{
color: #C72D4C;
}
</style>
background-color css
<style>
a { background-color: #C72D4C; }
a { background-color: rgb(199,45,76); }
div.DivClassName
{
background-color: #C72D4C;
}
.BgClassName
{
background-color: #C72D4C;
}
</style>
border-color css
<style>
span { border-color: #C72D4C; }
span { border-color: rgb(199,45,76); }
td.TdClassName
{
border-color: #C72D4C;
}
.TagClassName
{
border-color: #C72D4C;
}
</style>