Shades of Pale Taupe #C29782
Tints of Pale Taupe #C29782
RGB
CMYK
RGB Variations
Color information
#C29782 (or 0xC29782) is known color: Pale Taupe. HEX triplet: C2, 97 and 82. RGB value is (194,151,130). Sum of RGB (Red+Green+Blue) = 194+151+130=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29782 is #3D687D. Grayscale: #A1A1A1. Windows color (decimal): -4024446 or 8558530. OLE color: 8558530.
HSL color Cylindrical-coordinate representation of color #C29782: hue angle of 19.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29782 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 130 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.24 |
| HSL | 19.69º | 0.34% | 0.64% | - |
| HSV(B) | 19.69º | 0.33% | 0.76% | - |
| XYZ | 37.34 | 35.21 | 25.95 | - |
| YUV | 161.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 130 | 0 | 0.22 | 0.33 | 0.24 | 19.69 | 0.34 | 0.64 |
| Hex | C2 | 97 | 82 | 0 | 16 | 21 | 18 | 14 | 22 | 40 |
| Octal | 302 | 227 | 202 | 0 | 26 | 41 | 30 | 24 | 42 | 100 |
| Binary | 11000010 | 10010111 | 10000010 | 0 | 10110 | 100001 | 11000 | 10100 | 100010 | 1000000 |
Color Harmonies of #C29782
Complementary color
Monochromatic Colors of #C29782
Black with #C29782
Text Example
Text Example
White with #C29782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29782; }
p { color: rgb(194,151,130); }
H1.HeaderClassName
{
color: #C29782;
}
.AnyTagClassName
{
color: #C29782;
}
</style>
background-color css
<style>
a { background-color: #C29782; }
a { background-color: rgb(194,151,130); }
div.DivClassName
{
background-color: #C29782;
}
.BgClassName
{
background-color: #C29782;
}
</style>
border-color css
<style>
span { border-color: #C29782; }
span { border-color: rgb(194,151,130); }
td.TdClassName
{
border-color: #C29782;
}
.TagClassName
{
border-color: #C29782;
}
</style>