Shades of Pale Taupe #C29A78
Tints of Pale Taupe #C29A78
RGB
CMYK
RGB Variations
Color information
#C29A78 (or 0xC29A78) is known color: Pale Taupe. HEX triplet: C2, 9A and 78. RGB value is (194,154,120). Sum of RGB (Red+Green+Blue) = 194+154+120=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A78 is #3D6587. Grayscale: #A2A2A2. Windows color (decimal): -4023688 or 7903938. OLE color: 7903938.
HSL color Cylindrical-coordinate representation of color #C29A78: hue angle of 27.57º 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 #C29A78 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 120 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.24 |
| HSL | 27.57º | 0.38% | 0.62% | - |
| HSV(B) | 27.57º | 0.38% | 0.76% | - |
| XYZ | 37.19 | 35.94 | 22.75 | - |
| YUV | 162.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 120 | 0 | 0.21 | 0.38 | 0.24 | 27.57 | 0.38 | 0.62 |
| Hex | C2 | 9A | 78 | 0 | 15 | 26 | 18 | 1C | 26 | 3E |
| Octal | 302 | 232 | 170 | 0 | 25 | 46 | 30 | 34 | 46 | 76 |
| Binary | 11000010 | 10011010 | 1111000 | 0 | 10101 | 100110 | 11000 | 11100 | 100110 | 111110 |
Color Harmonies of #C29A78
Complementary color
Monochromatic Colors of #C29A78
Black with #C29A78
Text Example
Text Example
White with #C29A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A78; }
p { color: rgb(194,154,120); }
H1.HeaderClassName
{
color: #C29A78;
}
.AnyTagClassName
{
color: #C29A78;
}
</style>
background-color css
<style>
a { background-color: #C29A78; }
a { background-color: rgb(194,154,120); }
div.DivClassName
{
background-color: #C29A78;
}
.BgClassName
{
background-color: #C29A78;
}
</style>
border-color css
<style>
span { border-color: #C29A78; }
span { border-color: rgb(194,154,120); }
td.TdClassName
{
border-color: #C29A78;
}
.TagClassName
{
border-color: #C29A78;
}
</style>