Shades of Old Rose #C72B52
Tints of Old Rose #C72B52
RGB
CMYK
RGB Variations
Color information
#C72B52 (or 0xC72B52) is known color: Old Rose. HEX triplet: C7, 2B and 52. RGB value is (199,43,82). Sum of RGB (Red+Green+Blue) = 199+43+82=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72B52 is #38D4AD. Grayscale: #5E5E5E. Windows color (decimal): -3724462 or 5385159. OLE color: 5385159.
HSL color Cylindrical-coordinate representation of color #C72B52: hue angle of 345º 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 #C72B52 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 82 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.22 |
| HSL | 345º | 0.64% | 0.47% | - |
| HSV(B) | 345º | 0.78% | 0.78% | - |
| XYZ | 25.94 | 14.48 | 9.41 | - |
| YUV | 94.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 82 | 0 | 0.78 | 0.59 | 0.22 | 345 | 0.64 | 0.47 |
| Hex | C7 | 2B | 52 | 0 | 4E | 3B | 16 | 159 | 40 | 2F |
| Octal | 307 | 53 | 122 | 0 | 116 | 73 | 26 | 531 | 100 | 57 |
| Binary | 11000111 | 101011 | 1010010 | 0 | 1001110 | 111011 | 10110 | 101011001 | 1000000 | 101111 |
Color Harmonies of #C72B52
Complementary color
Monochromatic Colors of #C72B52
Black with #C72B52
Text Example
Text Example
White with #C72B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B52; }
p { color: rgb(199,43,82); }
H1.HeaderClassName
{
color: #C72B52;
}
.AnyTagClassName
{
color: #C72B52;
}
</style>
background-color css
<style>
a { background-color: #C72B52; }
a { background-color: rgb(199,43,82); }
div.DivClassName
{
background-color: #C72B52;
}
.BgClassName
{
background-color: #C72B52;
}
</style>
border-color css
<style>
span { border-color: #C72B52; }
span { border-color: rgb(199,43,82); }
td.TdClassName
{
border-color: #C72B52;
}
.TagClassName
{
border-color: #C72B52;
}
</style>