Shades of Pale Taupe #C29A83
Tints of Pale Taupe #C29A83
RGB
CMYK
RGB Variations
Color information
#C29A83 (or 0xC29A83) is known color: Pale Taupe. HEX triplet: C2, 9A and 83. RGB value is (194,154,131). Sum of RGB (Red+Green+Blue) = 194+154+131=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A83 is #3D657C. Grayscale: #A3A3A3. Windows color (decimal): -4023677 or 8624834. OLE color: 8624834.
HSL color Cylindrical-coordinate representation of color #C29A83: hue angle of 21.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29A83 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 131 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.24 |
| HSL | 21.9º | 0.34% | 0.64% | - |
| HSV(B) | 21.9º | 0.32% | 0.76% | - |
| XYZ | 37.9 | 36.22 | 26.47 | - |
| YUV | 163.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 131 | 0 | 0.21 | 0.32 | 0.24 | 21.9 | 0.34 | 0.64 |
| Hex | C2 | 9A | 83 | 0 | 15 | 20 | 18 | 16 | 22 | 40 |
| Octal | 302 | 232 | 203 | 0 | 25 | 40 | 30 | 26 | 42 | 100 |
| Binary | 11000010 | 10011010 | 10000011 | 0 | 10101 | 100000 | 11000 | 10110 | 100010 | 1000000 |
Color Harmonies of #C29A83
Complementary color
Monochromatic Colors of #C29A83
Black with #C29A83
Text Example
Text Example
White with #C29A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A83; }
p { color: rgb(194,154,131); }
H1.HeaderClassName
{
color: #C29A83;
}
.AnyTagClassName
{
color: #C29A83;
}
</style>
background-color css
<style>
a { background-color: #C29A83; }
a { background-color: rgb(194,154,131); }
div.DivClassName
{
background-color: #C29A83;
}
.BgClassName
{
background-color: #C29A83;
}
</style>
border-color css
<style>
span { border-color: #C29A83; }
span { border-color: rgb(194,154,131); }
td.TdClassName
{
border-color: #C29A83;
}
.TagClassName
{
border-color: #C29A83;
}
</style>