Shades of Pale Taupe #C29D78
Tints of Pale Taupe #C29D78
RGB
CMYK
RGB Variations
Color information
#C29D78 (or 0xC29D78) is known color: Pale Taupe. HEX triplet: C2, 9D and 78. RGB value is (194,157,120). Sum of RGB (Red+Green+Blue) = 194+157+120=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D78 is #3D6287. Grayscale: #A4A4A4. Windows color (decimal): -4022920 or 7904706. OLE color: 7904706.
HSL color Cylindrical-coordinate representation of color #C29D78: hue angle of 30º degrees, saturation: 0.38, 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 #C29D78 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 120 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.24 |
| HSL | 30º | 0.38% | 0.62% | - |
| HSV(B) | 30º | 0.38% | 0.76% | - |
| XYZ | 37.7 | 36.94 | 22.91 | - |
| YUV | 163.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 120 | 0 | 0.19 | 0.38 | 0.24 | 30 | 0.38 | 0.62 |
| Hex | C2 | 9D | 78 | 0 | 13 | 26 | 18 | 1E | 26 | 3E |
| Octal | 302 | 235 | 170 | 0 | 23 | 46 | 30 | 36 | 46 | 76 |
| Binary | 11000010 | 10011101 | 1111000 | 0 | 10011 | 100110 | 11000 | 11110 | 100110 | 111110 |
Color Harmonies of #C29D78
Complementary color
Monochromatic Colors of #C29D78
Black with #C29D78
Text Example
Text Example
White with #C29D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D78; }
p { color: rgb(194,157,120); }
H1.HeaderClassName
{
color: #C29D78;
}
.AnyTagClassName
{
color: #C29D78;
}
</style>
background-color css
<style>
a { background-color: #C29D78; }
a { background-color: rgb(194,157,120); }
div.DivClassName
{
background-color: #C29D78;
}
.BgClassName
{
background-color: #C29D78;
}
</style>
border-color css
<style>
span { border-color: #C29D78; }
span { border-color: rgb(194,157,120); }
td.TdClassName
{
border-color: #C29D78;
}
.TagClassName
{
border-color: #C29D78;
}
</style>