Shades of Pale Taupe #C79A7E
Tints of Pale Taupe #C79A7E
RGB
CMYK
RGB Variations
Color information
#C79A7E (or 0xC79A7E) is known color: Pale Taupe. HEX triplet: C7, 9A and 7E. RGB value is (199,154,126). Sum of RGB (Red+Green+Blue) = 199+154+126=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A7E is #386581. Grayscale: #A4A4A4. Windows color (decimal): -3696002 or 8297159. OLE color: 8297159.
HSL color Cylindrical-coordinate representation of color #C79A7E: hue angle of 23.01º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C79A7E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 126 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.22 |
| HSL | 23.01º | 0.39% | 0.64% | - |
| HSV(B) | 23.01º | 0.37% | 0.78% | - |
| XYZ | 38.87 | 36.76 | 24.79 | - |
| YUV | 164.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 126 | 0 | 0.23 | 0.37 | 0.22 | 23.01 | 0.39 | 0.64 |
| Hex | C7 | 9A | 7E | 0 | 17 | 25 | 16 | 17 | 27 | 40 |
| Octal | 307 | 232 | 176 | 0 | 27 | 45 | 26 | 27 | 47 | 100 |
| Binary | 11000111 | 10011010 | 1111110 | 0 | 10111 | 100101 | 10110 | 10111 | 100111 | 1000000 |
Color Harmonies of #C79A7E
Complementary color
Monochromatic Colors of #C79A7E
Black with #C79A7E
Text Example
Text Example
White with #C79A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A7E; }
p { color: rgb(199,154,126); }
H1.HeaderClassName
{
color: #C79A7E;
}
.AnyTagClassName
{
color: #C79A7E;
}
</style>
background-color css
<style>
a { background-color: #C79A7E; }
a { background-color: rgb(199,154,126); }
div.DivClassName
{
background-color: #C79A7E;
}
.BgClassName
{
background-color: #C79A7E;
}
</style>
border-color css
<style>
span { border-color: #C79A7E; }
span { border-color: rgb(199,154,126); }
td.TdClassName
{
border-color: #C79A7E;
}
.TagClassName
{
border-color: #C79A7E;
}
</style>