Shades of Pale Taupe #C29775
Tints of Pale Taupe #C29775
RGB
CMYK
RGB Variations
Color information
#C29775 (or 0xC29775) is known color: Pale Taupe. HEX triplet: C2, 97 and 75. RGB value is (194,151,117). Sum of RGB (Red+Green+Blue) = 194+151+117=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29775 is #3D688A. Grayscale: #A0A0A0. Windows color (decimal): -4024459 or 7706562. OLE color: 7706562.
HSL color Cylindrical-coordinate representation of color #C29775: hue angle of 26.49º 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 #C29775 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 117 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.24 |
| HSL | 26.49º | 0.39% | 0.61% | - |
| HSV(B) | 26.49º | 0.4% | 0.76% | - |
| XYZ | 36.53 | 34.89 | 21.64 | - |
| YUV | 159.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 117 | 0 | 0.22 | 0.40 | 0.24 | 26.49 | 0.39 | 0.61 |
| Hex | C2 | 97 | 75 | 0 | 16 | 28 | 18 | 1A | 27 | 3D |
| Octal | 302 | 227 | 165 | 0 | 26 | 50 | 30 | 32 | 47 | 75 |
| Binary | 11000010 | 10010111 | 1110101 | 0 | 10110 | 101000 | 11000 | 11010 | 100111 | 111101 |
Color Harmonies of #C29775
Complementary color
Monochromatic Colors of #C29775
Black with #C29775
Text Example
Text Example
White with #C29775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29775; }
p { color: rgb(194,151,117); }
H1.HeaderClassName
{
color: #C29775;
}
.AnyTagClassName
{
color: #C29775;
}
</style>
background-color css
<style>
a { background-color: #C29775; }
a { background-color: rgb(194,151,117); }
div.DivClassName
{
background-color: #C29775;
}
.BgClassName
{
background-color: #C29775;
}
</style>
border-color css
<style>
span { border-color: #C29775; }
span { border-color: rgb(194,151,117); }
td.TdClassName
{
border-color: #C29775;
}
.TagClassName
{
border-color: #C29775;
}
</style>