Shades of Old Rose #C72649
Tints of Old Rose #C72649
RGB
CMYK
RGB Variations
Color information
#C72649 (or 0xC72649) is known color: Old Rose. HEX triplet: C7, 26 and 49. RGB value is (199,38,73). Sum of RGB (Red+Green+Blue) = 199+38+73=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C72649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72649 is #38D9B6. Grayscale: #5A5A5A. Windows color (decimal): -3725751 or 4794055. OLE color: 4794055.
HSL color Cylindrical-coordinate representation of color #C72649: hue angle of 346.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72649 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 73 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.22 |
| HSL | 346.96º | 0.68% | 0.46% | - |
| HSV(B) | 346.96º | 0.81% | 0.78% | - |
| XYZ | 25.45 | 14.01 | 7.67 | - |
| YUV | 90.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 73 | 0 | 0.81 | 0.63 | 0.22 | 346.96 | 0.68 | 0.46 |
| Hex | C7 | 26 | 49 | 0 | 51 | 3F | 16 | 15B | 44 | 2E |
| Octal | 307 | 46 | 111 | 0 | 121 | 77 | 26 | 533 | 104 | 56 |
| Binary | 11000111 | 100110 | 1001001 | 0 | 1010001 | 111111 | 10110 | 101011011 | 1000100 | 101110 |
Color Harmonies of #C72649
Complementary color
Monochromatic Colors of #C72649
Black with #C72649
Text Example
Text Example
White with #C72649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72649; }
p { color: rgb(199,38,73); }
H1.HeaderClassName
{
color: #C72649;
}
.AnyTagClassName
{
color: #C72649;
}
</style>
background-color css
<style>
a { background-color: #C72649; }
a { background-color: rgb(199,38,73); }
div.DivClassName
{
background-color: #C72649;
}
.BgClassName
{
background-color: #C72649;
}
</style>
border-color css
<style>
span { border-color: #C72649; }
span { border-color: rgb(199,38,73); }
td.TdClassName
{
border-color: #C72649;
}
.TagClassName
{
border-color: #C72649;
}
</style>