Shades of Pale Taupe #C29B7B
Tints of Pale Taupe #C29B7B
RGB
CMYK
RGB Variations
Color information
#C29B7B (or 0xC29B7B) is known color: Pale Taupe. HEX triplet: C2, 9B and 7B. RGB value is (194,155,123). Sum of RGB (Red+Green+Blue) = 194+155+123=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B7B is #3D6484. Grayscale: #A3A3A3. Windows color (decimal): -4023429 or 8100802. OLE color: 8100802.
HSL color Cylindrical-coordinate representation of color #C29B7B: hue angle of 27.04º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29B7B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 123 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.24 |
| HSL | 27.04º | 0.37% | 0.62% | - |
| HSV(B) | 27.04º | 0.37% | 0.76% | - |
| XYZ | 37.54 | 36.34 | 23.77 | - |
| YUV | 163.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 123 | 0 | 0.20 | 0.37 | 0.24 | 27.04 | 0.37 | 0.62 |
| Hex | C2 | 9B | 7B | 0 | 14 | 25 | 18 | 1B | 25 | 3E |
| Octal | 302 | 233 | 173 | 0 | 24 | 45 | 30 | 33 | 45 | 76 |
| Binary | 11000010 | 10011011 | 1111011 | 0 | 10100 | 100101 | 11000 | 11011 | 100101 | 111110 |
Color Harmonies of #C29B7B
Complementary color
Monochromatic Colors of #C29B7B
Black with #C29B7B
Text Example
Text Example
White with #C29B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B7B; }
p { color: rgb(194,155,123); }
H1.HeaderClassName
{
color: #C29B7B;
}
.AnyTagClassName
{
color: #C29B7B;
}
</style>
background-color css
<style>
a { background-color: #C29B7B; }
a { background-color: rgb(194,155,123); }
div.DivClassName
{
background-color: #C29B7B;
}
.BgClassName
{
background-color: #C29B7B;
}
</style>
border-color css
<style>
span { border-color: #C29B7B; }
span { border-color: rgb(194,155,123); }
td.TdClassName
{
border-color: #C29B7B;
}
.TagClassName
{
border-color: #C29B7B;
}
</style>