Shades of Pale Taupe #C29579
Tints of Pale Taupe #C29579
RGB
CMYK
RGB Variations
Color information
#C29579 (or 0xC29579) is known color: Pale Taupe. HEX triplet: C2, 95 and 79. RGB value is (194,149,121). Sum of RGB (Red+Green+Blue) = 194+149+121=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29579 is #3D6A86. Grayscale: #9F9F9F. Windows color (decimal): -4024967 or 7968194. OLE color: 7968194.
HSL color Cylindrical-coordinate representation of color #C29579: hue angle of 23.01º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29579 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 121 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.24 |
| HSL | 23.01º | 0.37% | 0.62% | - |
| HSV(B) | 23.01º | 0.38% | 0.76% | - |
| XYZ | 36.45 | 34.34 | 22.8 | - |
| YUV | 159.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 121 | 0 | 0.23 | 0.38 | 0.24 | 23.01 | 0.37 | 0.62 |
| Hex | C2 | 95 | 79 | 0 | 17 | 26 | 18 | 17 | 25 | 3E |
| Octal | 302 | 225 | 171 | 0 | 27 | 46 | 30 | 27 | 45 | 76 |
| Binary | 11000010 | 10010101 | 1111001 | 0 | 10111 | 100110 | 11000 | 10111 | 100101 | 111110 |
Color Harmonies of #C29579
Complementary color
Monochromatic Colors of #C29579
Black with #C29579
Text Example
Text Example
White with #C29579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29579; }
p { color: rgb(194,149,121); }
H1.HeaderClassName
{
color: #C29579;
}
.AnyTagClassName
{
color: #C29579;
}
</style>
background-color css
<style>
a { background-color: #C29579; }
a { background-color: rgb(194,149,121); }
div.DivClassName
{
background-color: #C29579;
}
.BgClassName
{
background-color: #C29579;
}
</style>
border-color css
<style>
span { border-color: #C29579; }
span { border-color: rgb(194,149,121); }
td.TdClassName
{
border-color: #C29579;
}
.TagClassName
{
border-color: #C29579;
}
</style>