Shades of Old Rose #C72952
Tints of Old Rose #C72952
RGB
CMYK
RGB Variations
Color information
#C72952 (or 0xC72952) is known color: Old Rose. HEX triplet: C7, 29 and 52. RGB value is (199,41,82). Sum of RGB (Red+Green+Blue) = 199+41+82=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C72952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72952 is #38D6AD. Grayscale: #5C5C5C. Windows color (decimal): -3724974 or 5384647. OLE color: 5384647.
HSL color Cylindrical-coordinate representation of color #C72952: hue angle of 344.43º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72952 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 82 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.22 |
| HSL | 344.43º | 0.66% | 0.47% | - |
| HSV(B) | 344.43º | 0.79% | 0.78% | - |
| XYZ | 25.87 | 14.34 | 9.39 | - |
| YUV | 92.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 82 | 0 | 0.79 | 0.59 | 0.22 | 344.43 | 0.66 | 0.47 |
| Hex | C7 | 29 | 52 | 0 | 4F | 3B | 16 | 158 | 42 | 2F |
| Octal | 307 | 51 | 122 | 0 | 117 | 73 | 26 | 530 | 102 | 57 |
| Binary | 11000111 | 101001 | 1010010 | 0 | 1001111 | 111011 | 10110 | 101011000 | 1000010 | 101111 |
Color Harmonies of #C72952
Complementary color
Monochromatic Colors of #C72952
Black with #C72952
Text Example
Text Example
White with #C72952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72952; }
p { color: rgb(199,41,82); }
H1.HeaderClassName
{
color: #C72952;
}
.AnyTagClassName
{
color: #C72952;
}
</style>
background-color css
<style>
a { background-color: #C72952; }
a { background-color: rgb(199,41,82); }
div.DivClassName
{
background-color: #C72952;
}
.BgClassName
{
background-color: #C72952;
}
</style>
border-color css
<style>
span { border-color: #C72952; }
span { border-color: rgb(199,41,82); }
td.TdClassName
{
border-color: #C72952;
}
.TagClassName
{
border-color: #C72952;
}
</style>