Shades of Pale Taupe #C29679
Tints of Pale Taupe #C29679
RGB
CMYK
RGB Variations
Color information
#C29679 (or 0xC29679) is known color: Pale Taupe. HEX triplet: C2, 96 and 79. RGB value is (194,150,121). Sum of RGB (Red+Green+Blue) = 194+150+121=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C29679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29679 is #3D6986. Grayscale: #A0A0A0. Windows color (decimal): -4024711 or 7968450. OLE color: 7968450.
HSL color Cylindrical-coordinate representation of color #C29679: hue angle of 23.84º 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 #C29679 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 121 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.24 |
| HSL | 23.84º | 0.37% | 0.62% | - |
| HSV(B) | 23.84º | 0.38% | 0.76% | - |
| XYZ | 36.61 | 34.66 | 22.85 | - |
| YUV | 159.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 121 | 0 | 0.23 | 0.38 | 0.24 | 23.84 | 0.37 | 0.62 |
| Hex | C2 | 96 | 79 | 0 | 17 | 26 | 18 | 18 | 25 | 3E |
| Octal | 302 | 226 | 171 | 0 | 27 | 46 | 30 | 30 | 45 | 76 |
| Binary | 11000010 | 10010110 | 1111001 | 0 | 10111 | 100110 | 11000 | 11000 | 100101 | 111110 |
Color Harmonies of #C29679
Complementary color
Monochromatic Colors of #C29679
Black with #C29679
Text Example
Text Example
White with #C29679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29679; }
p { color: rgb(194,150,121); }
H1.HeaderClassName
{
color: #C29679;
}
.AnyTagClassName
{
color: #C29679;
}
</style>
background-color css
<style>
a { background-color: #C29679; }
a { background-color: rgb(194,150,121); }
div.DivClassName
{
background-color: #C29679;
}
.BgClassName
{
background-color: #C29679;
}
</style>
border-color css
<style>
span { border-color: #C29679; }
span { border-color: rgb(194,150,121); }
td.TdClassName
{
border-color: #C29679;
}
.TagClassName
{
border-color: #C29679;
}
</style>