Shades of Pale Taupe #C29C7D
Tints of Pale Taupe #C29C7D
RGB
CMYK
RGB Variations
Color information
#C29C7D (or 0xC29C7D) is known color: Pale Taupe. HEX triplet: C2, 9C and 7D. RGB value is (194,156,125). Sum of RGB (Red+Green+Blue) = 194+156+125=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C7D is #3D6382. Grayscale: #A3A3A3. Windows color (decimal): -4023171 or 8232130. OLE color: 8232130.
HSL color Cylindrical-coordinate representation of color #C29C7D: hue angle of 26.96º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29C7D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 125 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.24 |
| HSL | 26.96º | 0.36% | 0.63% | - |
| HSV(B) | 26.96º | 0.36% | 0.76% | - |
| XYZ | 37.84 | 36.73 | 24.5 | - |
| YUV | 163.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 125 | 0 | 0.20 | 0.36 | 0.24 | 26.96 | 0.36 | 0.63 |
| Hex | C2 | 9C | 7D | 0 | 14 | 24 | 18 | 1B | 24 | 3F |
| Octal | 302 | 234 | 175 | 0 | 24 | 44 | 30 | 33 | 44 | 77 |
| Binary | 11000010 | 10011100 | 1111101 | 0 | 10100 | 100100 | 11000 | 11011 | 100100 | 111111 |
Color Harmonies of #C29C7D
Complementary color
Monochromatic Colors of #C29C7D
Black with #C29C7D
Text Example
Text Example
White with #C29C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C7D; }
p { color: rgb(194,156,125); }
H1.HeaderClassName
{
color: #C29C7D;
}
.AnyTagClassName
{
color: #C29C7D;
}
</style>
background-color css
<style>
a { background-color: #C29C7D; }
a { background-color: rgb(194,156,125); }
div.DivClassName
{
background-color: #C29C7D;
}
.BgClassName
{
background-color: #C29C7D;
}
</style>
border-color css
<style>
span { border-color: #C29C7D; }
span { border-color: rgb(194,156,125); }
td.TdClassName
{
border-color: #C29C7D;
}
.TagClassName
{
border-color: #C29C7D;
}
</style>