Shades of Pale Taupe #C29976
Tints of Pale Taupe #C29976
RGB
CMYK
RGB Variations
Color information
#C29976 (or 0xC29976) is known color: Pale Taupe. HEX triplet: C2, 99 and 76. RGB value is (194,153,118). Sum of RGB (Red+Green+Blue) = 194+153+118=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C29976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29976 is #3D6689. Grayscale: #A1A1A1. Windows color (decimal): -4023946 or 7772610. OLE color: 7772610.
HSL color Cylindrical-coordinate representation of color #C29976: hue angle of 27.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29976 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 118 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.24 |
| HSL | 27.63º | 0.38% | 0.61% | - |
| HSV(B) | 27.63º | 0.39% | 0.76% | - |
| XYZ | 36.91 | 35.56 | 22.06 | - |
| YUV | 161.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 118 | 0 | 0.21 | 0.39 | 0.24 | 27.63 | 0.38 | 0.61 |
| Hex | C2 | 99 | 76 | 0 | 15 | 27 | 18 | 1C | 26 | 3D |
| Octal | 302 | 231 | 166 | 0 | 25 | 47 | 30 | 34 | 46 | 75 |
| Binary | 11000010 | 10011001 | 1110110 | 0 | 10101 | 100111 | 11000 | 11100 | 100110 | 111101 |
Color Harmonies of #C29976
Complementary color
Monochromatic Colors of #C29976
Black with #C29976
Text Example
Text Example
White with #C29976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29976; }
p { color: rgb(194,153,118); }
H1.HeaderClassName
{
color: #C29976;
}
.AnyTagClassName
{
color: #C29976;
}
</style>
background-color css
<style>
a { background-color: #C29976; }
a { background-color: rgb(194,153,118); }
div.DivClassName
{
background-color: #C29976;
}
.BgClassName
{
background-color: #C29976;
}
</style>
border-color css
<style>
span { border-color: #C29976; }
span { border-color: rgb(194,153,118); }
td.TdClassName
{
border-color: #C29976;
}
.TagClassName
{
border-color: #C29976;
}
</style>