Shades of Old Rose #C73553
Tints of Old Rose #C73553
RGB
CMYK
RGB Variations
Color information
#C73553 (or 0xC73553) is known color: Old Rose. HEX triplet: C7, 35 and 53. RGB value is (199,53,83). Sum of RGB (Red+Green+Blue) = 199+53+83=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73553 is #38CAAC. Grayscale: #646464. Windows color (decimal): -3721901 or 5453255. OLE color: 5453255.
HSL color Cylindrical-coordinate representation of color #C73553: hue angle of 347.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73553 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 83 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.22 |
| HSL | 347.67º | 0.58% | 0.49% | - |
| HSV(B) | 347.67º | 0.73% | 0.78% | - |
| XYZ | 26.39 | 15.31 | 9.75 | - |
| YUV | 100.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 83 | 0 | 0.73 | 0.58 | 0.22 | 347.67 | 0.58 | 0.49 |
| Hex | C7 | 35 | 53 | 0 | 49 | 3A | 16 | 15C | 3A | 31 |
| Octal | 307 | 65 | 123 | 0 | 111 | 72 | 26 | 534 | 72 | 61 |
| Binary | 11000111 | 110101 | 1010011 | 0 | 1001001 | 111010 | 10110 | 101011100 | 111010 | 110001 |
Color Harmonies of #C73553
Complementary color
Monochromatic Colors of #C73553
Black with #C73553
Text Example
Text Example
White with #C73553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73553; }
p { color: rgb(199,53,83); }
H1.HeaderClassName
{
color: #C73553;
}
.AnyTagClassName
{
color: #C73553;
}
</style>
background-color css
<style>
a { background-color: #C73553; }
a { background-color: rgb(199,53,83); }
div.DivClassName
{
background-color: #C73553;
}
.BgClassName
{
background-color: #C73553;
}
</style>
border-color css
<style>
span { border-color: #C73553; }
span { border-color: rgb(199,53,83); }
td.TdClassName
{
border-color: #C73553;
}
.TagClassName
{
border-color: #C73553;
}
</style>