Shades of Pale Taupe #C29C78
Tints of Pale Taupe #C29C78
RGB
CMYK
RGB Variations
Color information
#C29C78 (or 0xC29C78) is known color: Pale Taupe. HEX triplet: C2, 9C and 78. RGB value is (194,156,120). Sum of RGB (Red+Green+Blue) = 194+156+120=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C78 is #3D6387. Grayscale: #A3A3A3. Windows color (decimal): -4023176 or 7904450. OLE color: 7904450.
HSL color Cylindrical-coordinate representation of color #C29C78: hue angle of 29.19º 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 #C29C78 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 120 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.24 |
| HSL | 29.19º | 0.38% | 0.62% | - |
| HSV(B) | 29.19º | 0.38% | 0.76% | - |
| XYZ | 37.53 | 36.6 | 22.86 | - |
| YUV | 163.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 120 | 0 | 0.20 | 0.38 | 0.24 | 29.19 | 0.38 | 0.62 |
| Hex | C2 | 9C | 78 | 0 | 14 | 26 | 18 | 1D | 26 | 3E |
| Octal | 302 | 234 | 170 | 0 | 24 | 46 | 30 | 35 | 46 | 76 |
| Binary | 11000010 | 10011100 | 1111000 | 0 | 10100 | 100110 | 11000 | 11101 | 100110 | 111110 |
Color Harmonies of #C29C78
Complementary color
Monochromatic Colors of #C29C78
Black with #C29C78
Text Example
Text Example
White with #C29C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C78; }
p { color: rgb(194,156,120); }
H1.HeaderClassName
{
color: #C29C78;
}
.AnyTagClassName
{
color: #C29C78;
}
</style>
background-color css
<style>
a { background-color: #C29C78; }
a { background-color: rgb(194,156,120); }
div.DivClassName
{
background-color: #C29C78;
}
.BgClassName
{
background-color: #C29C78;
}
</style>
border-color css
<style>
span { border-color: #C29C78; }
span { border-color: rgb(194,156,120); }
td.TdClassName
{
border-color: #C29C78;
}
.TagClassName
{
border-color: #C29C78;
}
</style>