Shades of Pale Taupe #C29776
Tints of Pale Taupe #C29776
RGB
CMYK
RGB Variations
Color information
#C29776 (or 0xC29776) is known color: Pale Taupe. HEX triplet: C2, 97 and 76. RGB value is (194,151,118). Sum of RGB (Red+Green+Blue) = 194+151+118=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C29776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29776 is #3D6889. Grayscale: #A0A0A0. Windows color (decimal): -4024458 or 7772098. OLE color: 7772098.
HSL color Cylindrical-coordinate representation of color #C29776: hue angle of 26.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29776 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 118 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.24 |
| HSL | 26.05º | 0.38% | 0.61% | - |
| HSV(B) | 26.05º | 0.39% | 0.76% | - |
| XYZ | 36.58 | 34.91 | 21.95 | - |
| YUV | 160.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 118 | 0 | 0.22 | 0.39 | 0.24 | 26.05 | 0.38 | 0.61 |
| Hex | C2 | 97 | 76 | 0 | 16 | 27 | 18 | 1A | 26 | 3D |
| Octal | 302 | 227 | 166 | 0 | 26 | 47 | 30 | 32 | 46 | 75 |
| Binary | 11000010 | 10010111 | 1110110 | 0 | 10110 | 100111 | 11000 | 11010 | 100110 | 111101 |
Color Harmonies of #C29776
Complementary color
Monochromatic Colors of #C29776
Black with #C29776
Text Example
Text Example
White with #C29776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29776; }
p { color: rgb(194,151,118); }
H1.HeaderClassName
{
color: #C29776;
}
.AnyTagClassName
{
color: #C29776;
}
</style>
background-color css
<style>
a { background-color: #C29776; }
a { background-color: rgb(194,151,118); }
div.DivClassName
{
background-color: #C29776;
}
.BgClassName
{
background-color: #C29776;
}
</style>
border-color css
<style>
span { border-color: #C29776; }
span { border-color: rgb(194,151,118); }
td.TdClassName
{
border-color: #C29776;
}
.TagClassName
{
border-color: #C29776;
}
</style>