Shades of Pale Taupe #C29277
Tints of Pale Taupe #C29277
RGB
CMYK
RGB Variations
Color information
#C29277 (or 0xC29277) is known color: Pale Taupe. HEX triplet: C2, 92 and 77. RGB value is (194,146,119). Sum of RGB (Red+Green+Blue) = 194+146+119=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29277 is #3D6D88. Grayscale: #9D9D9D. Windows color (decimal): -4025737 or 7836354. OLE color: 7836354.
HSL color Cylindrical-coordinate representation of color #C29277: hue angle of 21.6º 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 #C29277 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 119 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.24 |
| HSL | 21.6º | 0.38% | 0.61% | - |
| HSV(B) | 21.6º | 0.39% | 0.76% | - |
| XYZ | 35.86 | 33.36 | 22 | - |
| YUV | 157.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 119 | 0 | 0.25 | 0.39 | 0.24 | 21.6 | 0.38 | 0.61 |
| Hex | C2 | 92 | 77 | 0 | 19 | 27 | 18 | 16 | 26 | 3D |
| Octal | 302 | 222 | 167 | 0 | 31 | 47 | 30 | 26 | 46 | 75 |
| Binary | 11000010 | 10010010 | 1110111 | 0 | 11001 | 100111 | 11000 | 10110 | 100110 | 111101 |
Color Harmonies of #C29277
Complementary color
Monochromatic Colors of #C29277
Black with #C29277
Text Example
Text Example
White with #C29277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29277; }
p { color: rgb(194,146,119); }
H1.HeaderClassName
{
color: #C29277;
}
.AnyTagClassName
{
color: #C29277;
}
</style>
background-color css
<style>
a { background-color: #C29277; }
a { background-color: rgb(194,146,119); }
div.DivClassName
{
background-color: #C29277;
}
.BgClassName
{
background-color: #C29277;
}
</style>
border-color css
<style>
span { border-color: #C29277; }
span { border-color: rgb(194,146,119); }
td.TdClassName
{
border-color: #C29277;
}
.TagClassName
{
border-color: #C29277;
}
</style>