Shades of Pale Taupe #C29676
Tints of Pale Taupe #C29676
RGB
CMYK
RGB Variations
Color information
#C29676 (or 0xC29676) is known color: Pale Taupe. HEX triplet: C2, 96 and 76. RGB value is (194,150,118). Sum of RGB (Red+Green+Blue) = 194+150+118=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29676 is #3D6989. Grayscale: #9F9F9F. Windows color (decimal): -4024714 or 7771842. OLE color: 7771842.
HSL color Cylindrical-coordinate representation of color #C29676: hue angle of 25.26º 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 #C29676 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 118 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.24 |
| HSL | 25.26º | 0.38% | 0.61% | - |
| HSV(B) | 25.26º | 0.39% | 0.76% | - |
| XYZ | 36.42 | 34.59 | 21.9 | - |
| YUV | 159.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 118 | 0 | 0.23 | 0.39 | 0.24 | 25.26 | 0.38 | 0.61 |
| Hex | C2 | 96 | 76 | 0 | 17 | 27 | 18 | 19 | 26 | 3D |
| Octal | 302 | 226 | 166 | 0 | 27 | 47 | 30 | 31 | 46 | 75 |
| Binary | 11000010 | 10010110 | 1110110 | 0 | 10111 | 100111 | 11000 | 11001 | 100110 | 111101 |
Color Harmonies of #C29676
Complementary color
Monochromatic Colors of #C29676
Black with #C29676
Text Example
Text Example
White with #C29676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29676; }
p { color: rgb(194,150,118); }
H1.HeaderClassName
{
color: #C29676;
}
.AnyTagClassName
{
color: #C29676;
}
</style>
background-color css
<style>
a { background-color: #C29676; }
a { background-color: rgb(194,150,118); }
div.DivClassName
{
background-color: #C29676;
}
.BgClassName
{
background-color: #C29676;
}
</style>
border-color css
<style>
span { border-color: #C29676; }
span { border-color: rgb(194,150,118); }
td.TdClassName
{
border-color: #C29676;
}
.TagClassName
{
border-color: #C29676;
}
</style>