Shades of Old Rose #C73452
Tints of Old Rose #C73452
RGB
CMYK
RGB Variations
Color information
#C73452 (or 0xC73452) is known color: Old Rose. HEX triplet: C7, 34 and 52. RGB value is (199,52,82). Sum of RGB (Red+Green+Blue) = 199+52+82=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73452 is #38CBAD. Grayscale: #636363. Windows color (decimal): -3722158 or 5387463. OLE color: 5387463.
HSL color Cylindrical-coordinate representation of color #C73452: hue angle of 347.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73452 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 82 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.22 |
| HSL | 347.76º | 0.59% | 0.49% | - |
| HSV(B) | 347.76º | 0.74% | 0.78% | - |
| XYZ | 26.3 | 15.21 | 9.53 | - |
| YUV | 99.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 82 | 0 | 0.74 | 0.59 | 0.22 | 347.76 | 0.59 | 0.49 |
| Hex | C7 | 34 | 52 | 0 | 4A | 3B | 16 | 15C | 3B | 31 |
| Octal | 307 | 64 | 122 | 0 | 112 | 73 | 26 | 534 | 73 | 61 |
| Binary | 11000111 | 110100 | 1010010 | 0 | 1001010 | 111011 | 10110 | 101011100 | 111011 | 110001 |
Color Harmonies of #C73452
Complementary color
Monochromatic Colors of #C73452
Black with #C73452
Text Example
Text Example
White with #C73452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73452; }
p { color: rgb(199,52,82); }
H1.HeaderClassName
{
color: #C73452;
}
.AnyTagClassName
{
color: #C73452;
}
</style>
background-color css
<style>
a { background-color: #C73452; }
a { background-color: rgb(199,52,82); }
div.DivClassName
{
background-color: #C73452;
}
.BgClassName
{
background-color: #C73452;
}
</style>
border-color css
<style>
span { border-color: #C73452; }
span { border-color: rgb(199,52,82); }
td.TdClassName
{
border-color: #C73452;
}
.TagClassName
{
border-color: #C73452;
}
</style>