Shades of Pale Taupe #C29476
Tints of Pale Taupe #C29476
RGB
CMYK
RGB Variations
Color information
#C29476 (or 0xC29476) is known color: Pale Taupe. HEX triplet: C2, 94 and 76. RGB value is (194,148,118). Sum of RGB (Red+Green+Blue) = 194+148+118=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29476 is #3D6B89. Grayscale: #9E9E9E. Windows color (decimal): -4025226 or 7771330. OLE color: 7771330.
HSL color Cylindrical-coordinate representation of color #C29476: hue angle of 23.68º 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 #C29476 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 118 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.24 |
| HSL | 23.68º | 0.38% | 0.61% | - |
| HSV(B) | 23.68º | 0.39% | 0.76% | - |
| XYZ | 36.11 | 33.96 | 21.79 | - |
| YUV | 158.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 118 | 0 | 0.24 | 0.39 | 0.24 | 23.68 | 0.38 | 0.61 |
| Hex | C2 | 94 | 76 | 0 | 18 | 27 | 18 | 18 | 26 | 3D |
| Octal | 302 | 224 | 166 | 0 | 30 | 47 | 30 | 30 | 46 | 75 |
| Binary | 11000010 | 10010100 | 1110110 | 0 | 11000 | 100111 | 11000 | 11000 | 100110 | 111101 |
Color Harmonies of #C29476
Complementary color
Monochromatic Colors of #C29476
Black with #C29476
Text Example
Text Example
White with #C29476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29476; }
p { color: rgb(194,148,118); }
H1.HeaderClassName
{
color: #C29476;
}
.AnyTagClassName
{
color: #C29476;
}
</style>
background-color css
<style>
a { background-color: #C29476; }
a { background-color: rgb(194,148,118); }
div.DivClassName
{
background-color: #C29476;
}
.BgClassName
{
background-color: #C29476;
}
</style>
border-color css
<style>
span { border-color: #C29476; }
span { border-color: rgb(194,148,118); }
td.TdClassName
{
border-color: #C29476;
}
.TagClassName
{
border-color: #C29476;
}
</style>