Shades of Old Rose #C72B4C
Tints of Old Rose #C72B4C
RGB
CMYK
RGB Variations
Color information
#C72B4C (or 0xC72B4C) is known color: Old Rose. HEX triplet: C7, 2B and 4C. RGB value is (199,43,76). Sum of RGB (Red+Green+Blue) = 199+43+76=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B4C is #38D4B3. Grayscale: #5D5D5D. Windows color (decimal): -3724468 or 4991943. OLE color: 4991943.
HSL color Cylindrical-coordinate representation of color #C72B4C: hue angle of 347.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B4C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 76 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.22 |
| HSL | 347.31º | 0.64% | 0.47% | - |
| HSV(B) | 347.31º | 0.78% | 0.78% | - |
| XYZ | 25.72 | 14.39 | 8.26 | - |
| YUV | 93.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 76 | 0 | 0.78 | 0.62 | 0.22 | 347.31 | 0.64 | 0.47 |
| Hex | C7 | 2B | 4C | 0 | 4E | 3E | 16 | 15B | 40 | 2F |
| Octal | 307 | 53 | 114 | 0 | 116 | 76 | 26 | 533 | 100 | 57 |
| Binary | 11000111 | 101011 | 1001100 | 0 | 1001110 | 111110 | 10110 | 101011011 | 1000000 | 101111 |
Color Harmonies of #C72B4C
Complementary color
Monochromatic Colors of #C72B4C
Black with #C72B4C
Text Example
Text Example
White with #C72B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B4C; }
p { color: rgb(199,43,76); }
H1.HeaderClassName
{
color: #C72B4C;
}
.AnyTagClassName
{
color: #C72B4C;
}
</style>
background-color css
<style>
a { background-color: #C72B4C; }
a { background-color: rgb(199,43,76); }
div.DivClassName
{
background-color: #C72B4C;
}
.BgClassName
{
background-color: #C72B4C;
}
</style>
border-color css
<style>
span { border-color: #C72B4C; }
span { border-color: rgb(199,43,76); }
td.TdClassName
{
border-color: #C72B4C;
}
.TagClassName
{
border-color: #C72B4C;
}
</style>