Shades of Old Rose #C73454
Tints of Old Rose #C73454
RGB
CMYK
RGB Variations
Color information
#C73454 (or 0xC73454) is known color: Old Rose. HEX triplet: C7, 34 and 54. RGB value is (199,52,84). Sum of RGB (Red+Green+Blue) = 199+52+84=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73454 is #38CBAB. Grayscale: #636363. Windows color (decimal): -3722156 or 5518535. OLE color: 5518535.
HSL color Cylindrical-coordinate representation of color #C73454: hue angle of 346.94º 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 #C73454 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 346.94º | 0.59% | 0.49% | - |
| HSV(B) | 346.94º | 0.74% | 0.78% | - |
| XYZ | 26.38 | 15.24 | 9.94 | - |
| YUV | 99.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 84 | 0 | 0.74 | 0.58 | 0.22 | 346.94 | 0.59 | 0.49 |
| Hex | C7 | 34 | 54 | 0 | 4A | 3A | 16 | 15B | 3B | 31 |
| Octal | 307 | 64 | 124 | 0 | 112 | 72 | 26 | 533 | 73 | 61 |
| Binary | 11000111 | 110100 | 1010100 | 0 | 1001010 | 111010 | 10110 | 101011011 | 111011 | 110001 |
Color Harmonies of #C73454
Complementary color
Monochromatic Colors of #C73454
Black with #C73454
Text Example
Text Example
White with #C73454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73454; }
p { color: rgb(199,52,84); }
H1.HeaderClassName
{
color: #C73454;
}
.AnyTagClassName
{
color: #C73454;
}
</style>
background-color css
<style>
a { background-color: #C73454; }
a { background-color: rgb(199,52,84); }
div.DivClassName
{
background-color: #C73454;
}
.BgClassName
{
background-color: #C73454;
}
</style>
border-color css
<style>
span { border-color: #C73454; }
span { border-color: rgb(199,52,84); }
td.TdClassName
{
border-color: #C73454;
}
.TagClassName
{
border-color: #C73454;
}
</style>