Shades of Pale Taupe #C29279
Tints of Pale Taupe #C29279
RGB
CMYK
RGB Variations
Color information
#C29279 (or 0xC29279) is known color: Pale Taupe. HEX triplet: C2, 92 and 79. RGB value is (194,146,121). Sum of RGB (Red+Green+Blue) = 194+146+121=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29279 is #3D6D86. Grayscale: #9D9D9D. Windows color (decimal): -4025735 or 7967426. OLE color: 7967426.
HSL color Cylindrical-coordinate representation of color #C29279: hue angle of 20.55º 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 #C29279 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 121 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.24 |
| HSL | 20.55º | 0.37% | 0.62% | - |
| HSV(B) | 20.55º | 0.38% | 0.76% | - |
| XYZ | 35.98 | 33.41 | 22.64 | - |
| YUV | 157.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 121 | 0 | 0.25 | 0.38 | 0.24 | 20.55 | 0.37 | 0.62 |
| Hex | C2 | 92 | 79 | 0 | 19 | 26 | 18 | 15 | 25 | 3E |
| Octal | 302 | 222 | 171 | 0 | 31 | 46 | 30 | 25 | 45 | 76 |
| Binary | 11000010 | 10010010 | 1111001 | 0 | 11001 | 100110 | 11000 | 10101 | 100101 | 111110 |
Color Harmonies of #C29279
Complementary color
Monochromatic Colors of #C29279
Black with #C29279
Text Example
Text Example
White with #C29279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29279; }
p { color: rgb(194,146,121); }
H1.HeaderClassName
{
color: #C29279;
}
.AnyTagClassName
{
color: #C29279;
}
</style>
background-color css
<style>
a { background-color: #C29279; }
a { background-color: rgb(194,146,121); }
div.DivClassName
{
background-color: #C29279;
}
.BgClassName
{
background-color: #C29279;
}
</style>
border-color css
<style>
span { border-color: #C29279; }
span { border-color: rgb(194,146,121); }
td.TdClassName
{
border-color: #C29279;
}
.TagClassName
{
border-color: #C29279;
}
</style>