Shades of Old Rose #C0394D
Tints of Old Rose #C0394D
RGB
CMYK
RGB Variations
Color information
#C0394D (or 0xC0394D) is known color: Old Rose. HEX triplet: C0, 39 and 4D. RGB value is (192,57,77). Sum of RGB (Red+Green+Blue) = 192+57+77=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0394D is #3FC6B2. Grayscale: #636363. Windows color (decimal): -4179635 or 5061056. OLE color: 5061056.
HSL color Cylindrical-coordinate representation of color #C0394D: hue angle of 351.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0394D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 77 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.25 |
| HSL | 351.11º | 0.54% | 0.49% | - |
| HSV(B) | 351.11º | 0.7% | 0.75% | - |
| XYZ | 24.54 | 14.67 | 8.56 | - |
| YUV | 99.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 77 | 0 | 0.70 | 0.60 | 0.25 | 351.11 | 0.54 | 0.49 |
| Hex | C0 | 39 | 4D | 0 | 46 | 3C | 19 | 15F | 36 | 31 |
| Octal | 300 | 71 | 115 | 0 | 106 | 74 | 31 | 537 | 66 | 61 |
| Binary | 11000000 | 111001 | 1001101 | 0 | 1000110 | 111100 | 11001 | 101011111 | 110110 | 110001 |
Color Harmonies of #C0394D
Complementary color
Monochromatic Colors of #C0394D
Black with #C0394D
Text Example
Text Example
White with #C0394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0394D; }
p { color: rgb(192,57,77); }
H1.HeaderClassName
{
color: #C0394D;
}
.AnyTagClassName
{
color: #C0394D;
}
</style>
background-color css
<style>
a { background-color: #C0394D; }
a { background-color: rgb(192,57,77); }
div.DivClassName
{
background-color: #C0394D;
}
.BgClassName
{
background-color: #C0394D;
}
</style>
border-color css
<style>
span { border-color: #C0394D; }
span { border-color: rgb(192,57,77); }
td.TdClassName
{
border-color: #C0394D;
}
.TagClassName
{
border-color: #C0394D;
}
</style>