Shades of Pale Taupe #C29577
Tints of Pale Taupe #C29577
RGB
CMYK
RGB Variations
Color information
#C29577 (or 0xC29577) is known color: Pale Taupe. HEX triplet: C2, 95 and 77. RGB value is (194,149,119). Sum of RGB (Red+Green+Blue) = 194+149+119=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29577 is #3D6A88. Grayscale: #9F9F9F. Windows color (decimal): -4024969 or 7837122. OLE color: 7837122.
HSL color Cylindrical-coordinate representation of color #C29577: hue angle of 24º 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 #C29577 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 119 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.24 |
| HSL | 24º | 0.38% | 0.61% | - |
| HSV(B) | 24º | 0.39% | 0.76% | - |
| XYZ | 36.33 | 34.3 | 22.16 | - |
| YUV | 159.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 119 | 0 | 0.23 | 0.39 | 0.24 | 24 | 0.38 | 0.61 |
| Hex | C2 | 95 | 77 | 0 | 17 | 27 | 18 | 18 | 26 | 3D |
| Octal | 302 | 225 | 167 | 0 | 27 | 47 | 30 | 30 | 46 | 75 |
| Binary | 11000010 | 10010101 | 1110111 | 0 | 10111 | 100111 | 11000 | 11000 | 100110 | 111101 |
Color Harmonies of #C29577
Complementary color
Monochromatic Colors of #C29577
Black with #C29577
Text Example
Text Example
White with #C29577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29577; }
p { color: rgb(194,149,119); }
H1.HeaderClassName
{
color: #C29577;
}
.AnyTagClassName
{
color: #C29577;
}
</style>
background-color css
<style>
a { background-color: #C29577; }
a { background-color: rgb(194,149,119); }
div.DivClassName
{
background-color: #C29577;
}
.BgClassName
{
background-color: #C29577;
}
</style>
border-color css
<style>
span { border-color: #C29577; }
span { border-color: rgb(194,149,119); }
td.TdClassName
{
border-color: #C29577;
}
.TagClassName
{
border-color: #C29577;
}
</style>