Shades of Pale Taupe #C29977
Tints of Pale Taupe #C29977
RGB
CMYK
RGB Variations
Color information
#C29977 (or 0xC29977) is known color: Pale Taupe. HEX triplet: C2, 99 and 77. RGB value is (194,153,119). Sum of RGB (Red+Green+Blue) = 194+153+119=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29977 is #3D6688. Grayscale: #A1A1A1. Windows color (decimal): -4023945 or 7838146. OLE color: 7838146.
HSL color Cylindrical-coordinate representation of color #C29977: hue angle of 27.2º 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 #C29977 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 119 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.24 |
| HSL | 27.2º | 0.38% | 0.61% | - |
| HSV(B) | 27.2º | 0.39% | 0.76% | - |
| XYZ | 36.97 | 35.58 | 22.37 | - |
| YUV | 161.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 119 | 0 | 0.21 | 0.39 | 0.24 | 27.2 | 0.38 | 0.61 |
| Hex | C2 | 99 | 77 | 0 | 15 | 27 | 18 | 1B | 26 | 3D |
| Octal | 302 | 231 | 167 | 0 | 25 | 47 | 30 | 33 | 46 | 75 |
| Binary | 11000010 | 10011001 | 1110111 | 0 | 10101 | 100111 | 11000 | 11011 | 100110 | 111101 |
Color Harmonies of #C29977
Complementary color
Monochromatic Colors of #C29977
Black with #C29977
Text Example
Text Example
White with #C29977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29977; }
p { color: rgb(194,153,119); }
H1.HeaderClassName
{
color: #C29977;
}
.AnyTagClassName
{
color: #C29977;
}
</style>
background-color css
<style>
a { background-color: #C29977; }
a { background-color: rgb(194,153,119); }
div.DivClassName
{
background-color: #C29977;
}
.BgClassName
{
background-color: #C29977;
}
</style>
border-color css
<style>
span { border-color: #C29977; }
span { border-color: rgb(194,153,119); }
td.TdClassName
{
border-color: #C29977;
}
.TagClassName
{
border-color: #C29977;
}
</style>