Shades of Old Rose #C73853
Tints of Old Rose #C73853
RGB
CMYK
RGB Variations
Color information
#C73853 (or 0xC73853) is known color: Old Rose. HEX triplet: C7, 38 and 53. RGB value is (199,56,83). Sum of RGB (Red+Green+Blue) = 199+56+83=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73853 is #38C7AC. Grayscale: #656565. Windows color (decimal): -3721133 or 5454023. OLE color: 5454023.
HSL color Cylindrical-coordinate representation of color #C73853: hue angle of 348.67º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73853 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 83 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.22 |
| HSL | 348.67º | 0.56% | 0.5% | - |
| HSV(B) | 348.67º | 0.72% | 0.78% | - |
| XYZ | 26.53 | 15.59 | 9.8 | - |
| YUV | 101.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 83 | 0 | 0.72 | 0.58 | 0.22 | 348.67 | 0.56 | 0.5 |
| Hex | C7 | 38 | 53 | 0 | 48 | 3A | 16 | 15D | 38 | 32 |
| Octal | 307 | 70 | 123 | 0 | 110 | 72 | 26 | 535 | 70 | 62 |
| Binary | 11000111 | 111000 | 1010011 | 0 | 1001000 | 111010 | 10110 | 101011101 | 111000 | 110010 |
Color Harmonies of #C73853
Complementary color
Monochromatic Colors of #C73853
Black with #C73853
Text Example
Text Example
White with #C73853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73853; }
p { color: rgb(199,56,83); }
H1.HeaderClassName
{
color: #C73853;
}
.AnyTagClassName
{
color: #C73853;
}
</style>
background-color css
<style>
a { background-color: #C73853; }
a { background-color: rgb(199,56,83); }
div.DivClassName
{
background-color: #C73853;
}
.BgClassName
{
background-color: #C73853;
}
</style>
border-color css
<style>
span { border-color: #C73853; }
span { border-color: rgb(199,56,83); }
td.TdClassName
{
border-color: #C73853;
}
.TagClassName
{
border-color: #C73853;
}
</style>