Shades of Pale Taupe #C29C80
Tints of Pale Taupe #C29C80
RGB
CMYK
RGB Variations
Color information
#C29C80 (or 0xC29C80) is known color: Pale Taupe. HEX triplet: C2, 9C and 80. RGB value is (194,156,128). Sum of RGB (Red+Green+Blue) = 194+156+128=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C80 is #3D637F. Grayscale: #A4A4A4. Windows color (decimal): -4023168 or 8428738. OLE color: 8428738.
HSL color Cylindrical-coordinate representation of color #C29C80: hue angle of 25.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29C80 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 128 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.24 |
| HSL | 25.45º | 0.35% | 0.63% | - |
| HSV(B) | 25.45º | 0.34% | 0.76% | - |
| XYZ | 38.03 | 36.8 | 25.52 | - |
| YUV | 164.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 128 | 0 | 0.20 | 0.34 | 0.24 | 25.45 | 0.35 | 0.63 |
| Hex | C2 | 9C | 80 | 0 | 14 | 22 | 18 | 19 | 23 | 3F |
| Octal | 302 | 234 | 200 | 0 | 24 | 42 | 30 | 31 | 43 | 77 |
| Binary | 11000010 | 10011100 | 10000000 | 0 | 10100 | 100010 | 11000 | 11001 | 100011 | 111111 |
Color Harmonies of #C29C80
Complementary color
Monochromatic Colors of #C29C80
Black with #C29C80
Text Example
Text Example
White with #C29C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C80; }
p { color: rgb(194,156,128); }
H1.HeaderClassName
{
color: #C29C80;
}
.AnyTagClassName
{
color: #C29C80;
}
</style>
background-color css
<style>
a { background-color: #C29C80; }
a { background-color: rgb(194,156,128); }
div.DivClassName
{
background-color: #C29C80;
}
.BgClassName
{
background-color: #C29C80;
}
</style>
border-color css
<style>
span { border-color: #C29C80; }
span { border-color: rgb(194,156,128); }
td.TdClassName
{
border-color: #C29C80;
}
.TagClassName
{
border-color: #C29C80;
}
</style>