Shades of Pale Taupe #C29C84
Tints of Pale Taupe #C29C84
RGB
CMYK
RGB Variations
Color information
#C29C84 (or 0xC29C84) is known color: Pale Taupe. HEX triplet: C2, 9C and 84. RGB value is (194,156,132). Sum of RGB (Red+Green+Blue) = 194+156+132=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C84 is #3D637B. Grayscale: #A4A4A4. Windows color (decimal): -4023164 or 8690882. OLE color: 8690882.
HSL color Cylindrical-coordinate representation of color #C29C84: hue angle of 23.23º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29C84 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 132 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.24 |
| HSL | 23.23º | 0.34% | 0.64% | - |
| HSV(B) | 23.23º | 0.32% | 0.76% | - |
| XYZ | 38.3 | 36.91 | 26.94 | - |
| YUV | 164.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 132 | 0 | 0.20 | 0.32 | 0.24 | 23.23 | 0.34 | 0.64 |
| Hex | C2 | 9C | 84 | 0 | 14 | 20 | 18 | 17 | 22 | 40 |
| Octal | 302 | 234 | 204 | 0 | 24 | 40 | 30 | 27 | 42 | 100 |
| Binary | 11000010 | 10011100 | 10000100 | 0 | 10100 | 100000 | 11000 | 10111 | 100010 | 1000000 |
Color Harmonies of #C29C84
Complementary color
Monochromatic Colors of #C29C84
Black with #C29C84
Text Example
Text Example
White with #C29C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C84; }
p { color: rgb(194,156,132); }
H1.HeaderClassName
{
color: #C29C84;
}
.AnyTagClassName
{
color: #C29C84;
}
</style>
background-color css
<style>
a { background-color: #C29C84; }
a { background-color: rgb(194,156,132); }
div.DivClassName
{
background-color: #C29C84;
}
.BgClassName
{
background-color: #C29C84;
}
</style>
border-color css
<style>
span { border-color: #C29C84; }
span { border-color: rgb(194,156,132); }
td.TdClassName
{
border-color: #C29C84;
}
.TagClassName
{
border-color: #C29C84;
}
</style>