Shades of Pale Taupe #C29C7C
Tints of Pale Taupe #C29C7C
RGB
CMYK
RGB Variations
Color information
#C29C7C (or 0xC29C7C) is known color: Pale Taupe. HEX triplet: C2, 9C and 7C. RGB value is (194,156,124). Sum of RGB (Red+Green+Blue) = 194+156+124=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C7C is #3D6383. Grayscale: #A3A3A3. Windows color (decimal): -4023172 or 8166594. OLE color: 8166594.
HSL color Cylindrical-coordinate representation of color #C29C7C: hue angle of 27.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29C7C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 124 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.24 |
| HSL | 27.43º | 0.36% | 0.62% | - |
| HSV(B) | 27.43º | 0.36% | 0.76% | - |
| XYZ | 37.77 | 36.7 | 24.16 | - |
| YUV | 163.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 124 | 0 | 0.20 | 0.36 | 0.24 | 27.43 | 0.36 | 0.62 |
| Hex | C2 | 9C | 7C | 0 | 14 | 24 | 18 | 1B | 24 | 3E |
| Octal | 302 | 234 | 174 | 0 | 24 | 44 | 30 | 33 | 44 | 76 |
| Binary | 11000010 | 10011100 | 1111100 | 0 | 10100 | 100100 | 11000 | 11011 | 100100 | 111110 |
Color Harmonies of #C29C7C
Complementary color
Monochromatic Colors of #C29C7C
Black with #C29C7C
Text Example
Text Example
White with #C29C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C7C; }
p { color: rgb(194,156,124); }
H1.HeaderClassName
{
color: #C29C7C;
}
.AnyTagClassName
{
color: #C29C7C;
}
</style>
background-color css
<style>
a { background-color: #C29C7C; }
a { background-color: rgb(194,156,124); }
div.DivClassName
{
background-color: #C29C7C;
}
.BgClassName
{
background-color: #C29C7C;
}
</style>
border-color css
<style>
span { border-color: #C29C7C; }
span { border-color: rgb(194,156,124); }
td.TdClassName
{
border-color: #C29C7C;
}
.TagClassName
{
border-color: #C29C7C;
}
</style>