Shades of Old Rose #C0394A
Tints of Old Rose #C0394A
RGB
CMYK
RGB Variations
Color information
#C0394A (or 0xC0394A) is known color: Old Rose. HEX triplet: C0, 39 and 4A. RGB value is (192,57,74). Sum of RGB (Red+Green+Blue) = 192+57+74=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0394A is #3FC6B5. Grayscale: #636363. Windows color (decimal): -4179638 or 4864448. OLE color: 4864448.
HSL color Cylindrical-coordinate representation of color #C0394A: hue angle of 352.44º 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 #C0394A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 74 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.25 |
| HSL | 352.44º | 0.54% | 0.49% | - |
| HSV(B) | 352.44º | 0.7% | 0.75% | - |
| XYZ | 24.44 | 14.63 | 8.01 | - |
| YUV | 99.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 74 | 0 | 0.70 | 0.61 | 0.25 | 352.44 | 0.54 | 0.49 |
| Hex | C0 | 39 | 4A | 0 | 46 | 3D | 19 | 160 | 36 | 31 |
| Octal | 300 | 71 | 112 | 0 | 106 | 75 | 31 | 540 | 66 | 61 |
| Binary | 11000000 | 111001 | 1001010 | 0 | 1000110 | 111101 | 11001 | 101100000 | 110110 | 110001 |
Color Harmonies of #C0394A
Complementary color
Monochromatic Colors of #C0394A
Black with #C0394A
Text Example
Text Example
White with #C0394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0394A; }
p { color: rgb(192,57,74); }
H1.HeaderClassName
{
color: #C0394A;
}
.AnyTagClassName
{
color: #C0394A;
}
</style>
background-color css
<style>
a { background-color: #C0394A; }
a { background-color: rgb(192,57,74); }
div.DivClassName
{
background-color: #C0394A;
}
.BgClassName
{
background-color: #C0394A;
}
</style>
border-color css
<style>
span { border-color: #C0394A; }
span { border-color: rgb(192,57,74); }
td.TdClassName
{
border-color: #C0394A;
}
.TagClassName
{
border-color: #C0394A;
}
</style>