Shades of Pale Taupe #C0A079
Tints of Pale Taupe #C0A079
RGB
CMYK
RGB Variations
Color information
#C0A079 (or 0xC0A079) is known color: Pale Taupe. HEX triplet: C0, A0 and 79. RGB value is (192,160,121). Sum of RGB (Red+Green+Blue) = 192+160+121=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A079 is #3F5F86. Grayscale: #A5A5A5. Windows color (decimal): -4153223 or 7971008. OLE color: 7971008.
HSL color Cylindrical-coordinate representation of color #C0A079: hue angle of 32.96º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A079 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 121 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.25 |
| HSL | 32.96º | 0.36% | 0.61% | - |
| HSV(B) | 32.96º | 0.37% | 0.75% | - |
| XYZ | 37.76 | 37.73 | 23.38 | - |
| YUV | 165.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 121 | 0 | 0.17 | 0.37 | 0.25 | 32.96 | 0.36 | 0.61 |
| Hex | C0 | A0 | 79 | 0 | 11 | 25 | 19 | 21 | 24 | 3D |
| Octal | 300 | 240 | 171 | 0 | 21 | 45 | 31 | 41 | 44 | 75 |
| Binary | 11000000 | 10100000 | 1111001 | 0 | 10001 | 100101 | 11001 | 100001 | 100100 | 111101 |
Color Harmonies of #C0A079
Complementary color
Monochromatic Colors of #C0A079
Black with #C0A079
Text Example
Text Example
White with #C0A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A079; }
p { color: rgb(192,160,121); }
H1.HeaderClassName
{
color: #C0A079;
}
.AnyTagClassName
{
color: #C0A079;
}
</style>
background-color css
<style>
a { background-color: #C0A079; }
a { background-color: rgb(192,160,121); }
div.DivClassName
{
background-color: #C0A079;
}
.BgClassName
{
background-color: #C0A079;
}
</style>
border-color css
<style>
span { border-color: #C0A079; }
span { border-color: rgb(192,160,121); }
td.TdClassName
{
border-color: #C0A079;
}
.TagClassName
{
border-color: #C0A079;
}
</style>