Shades of Pale Taupe #C79A7D
Tints of Pale Taupe #C79A7D
RGB
CMYK
RGB Variations
Color information
#C79A7D (or 0xC79A7D) is known color: Pale Taupe. HEX triplet: C7, 9A and 7D. RGB value is (199,154,125). Sum of RGB (Red+Green+Blue) = 199+154+125=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A7D is #386582. Grayscale: #A4A4A4. Windows color (decimal): -3696003 or 8231623. OLE color: 8231623.
HSL color Cylindrical-coordinate representation of color #C79A7D: hue angle of 23.51º degrees, saturation: 0.4, 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 #C79A7D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 125 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.22 |
| HSL | 23.51º | 0.4% | 0.64% | - |
| HSV(B) | 23.51º | 0.37% | 0.78% | - |
| XYZ | 38.81 | 36.73 | 24.45 | - |
| YUV | 164.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 125 | 0 | 0.23 | 0.37 | 0.22 | 23.51 | 0.4 | 0.64 |
| Hex | C7 | 9A | 7D | 0 | 17 | 25 | 16 | 18 | 28 | 40 |
| Octal | 307 | 232 | 175 | 0 | 27 | 45 | 26 | 30 | 50 | 100 |
| Binary | 11000111 | 10011010 | 1111101 | 0 | 10111 | 100101 | 10110 | 11000 | 101000 | 1000000 |
Color Harmonies of #C79A7D
Complementary color
Monochromatic Colors of #C79A7D
Black with #C79A7D
Text Example
Text Example
White with #C79A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A7D; }
p { color: rgb(199,154,125); }
H1.HeaderClassName
{
color: #C79A7D;
}
.AnyTagClassName
{
color: #C79A7D;
}
</style>
background-color css
<style>
a { background-color: #C79A7D; }
a { background-color: rgb(199,154,125); }
div.DivClassName
{
background-color: #C79A7D;
}
.BgClassName
{
background-color: #C79A7D;
}
</style>
border-color css
<style>
span { border-color: #C79A7D; }
span { border-color: rgb(199,154,125); }
td.TdClassName
{
border-color: #C79A7D;
}
.TagClassName
{
border-color: #C79A7D;
}
</style>