Shades of Pale Taupe #C29379
Tints of Pale Taupe #C29379
RGB
CMYK
RGB Variations
Color information
#C29379 (or 0xC29379) is known color: Pale Taupe. HEX triplet: C2, 93 and 79. RGB value is (194,147,121). Sum of RGB (Red+Green+Blue) = 194+147+121=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29379 is #3D6C86. Grayscale: #9E9E9E. Windows color (decimal): -4025479 or 7967682. OLE color: 7967682.
HSL color Cylindrical-coordinate representation of color #C29379: hue angle of 21.37º 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 #C29379 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 121 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.24 |
| HSL | 21.37º | 0.37% | 0.62% | - |
| HSV(B) | 21.37º | 0.38% | 0.76% | - |
| XYZ | 36.13 | 33.72 | 22.69 | - |
| YUV | 158.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 121 | 0 | 0.24 | 0.38 | 0.24 | 21.37 | 0.37 | 0.62 |
| Hex | C2 | 93 | 79 | 0 | 18 | 26 | 18 | 15 | 25 | 3E |
| Octal | 302 | 223 | 171 | 0 | 30 | 46 | 30 | 25 | 45 | 76 |
| Binary | 11000010 | 10010011 | 1111001 | 0 | 11000 | 100110 | 11000 | 10101 | 100101 | 111110 |
Color Harmonies of #C29379
Complementary color
Monochromatic Colors of #C29379
Black with #C29379
Text Example
Text Example
White with #C29379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29379; }
p { color: rgb(194,147,121); }
H1.HeaderClassName
{
color: #C29379;
}
.AnyTagClassName
{
color: #C29379;
}
</style>
background-color css
<style>
a { background-color: #C29379; }
a { background-color: rgb(194,147,121); }
div.DivClassName
{
background-color: #C29379;
}
.BgClassName
{
background-color: #C29379;
}
</style>
border-color css
<style>
span { border-color: #C29379; }
span { border-color: rgb(194,147,121); }
td.TdClassName
{
border-color: #C29379;
}
.TagClassName
{
border-color: #C29379;
}
</style>