Shades of Pale Taupe #C29675
Tints of Pale Taupe #C29675
RGB
CMYK
RGB Variations
Color information
#C29675 (or 0xC29675) is known color: Pale Taupe. HEX triplet: C2, 96 and 75. RGB value is (194,150,117). Sum of RGB (Red+Green+Blue) = 194+150+117=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29675 is #3D698A. Grayscale: #9F9F9F. Windows color (decimal): -4024715 or 7706306. OLE color: 7706306.
HSL color Cylindrical-coordinate representation of color #C29675: hue angle of 25.71º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29675 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 117 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.24 |
| HSL | 25.71º | 0.39% | 0.61% | - |
| HSV(B) | 25.71º | 0.4% | 0.76% | - |
| XYZ | 36.37 | 34.57 | 21.58 | - |
| YUV | 159.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 117 | 0 | 0.23 | 0.40 | 0.24 | 25.71 | 0.39 | 0.61 |
| Hex | C2 | 96 | 75 | 0 | 17 | 28 | 18 | 1A | 27 | 3D |
| Octal | 302 | 226 | 165 | 0 | 27 | 50 | 30 | 32 | 47 | 75 |
| Binary | 11000010 | 10010110 | 1110101 | 0 | 10111 | 101000 | 11000 | 11010 | 100111 | 111101 |
Color Harmonies of #C29675
Complementary color
Monochromatic Colors of #C29675
Black with #C29675
Text Example
Text Example
White with #C29675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29675; }
p { color: rgb(194,150,117); }
H1.HeaderClassName
{
color: #C29675;
}
.AnyTagClassName
{
color: #C29675;
}
</style>
background-color css
<style>
a { background-color: #C29675; }
a { background-color: rgb(194,150,117); }
div.DivClassName
{
background-color: #C29675;
}
.BgClassName
{
background-color: #C29675;
}
</style>
border-color css
<style>
span { border-color: #C29675; }
span { border-color: rgb(194,150,117); }
td.TdClassName
{
border-color: #C29675;
}
.TagClassName
{
border-color: #C29675;
}
</style>