Shades of Pale Taupe #C7967D
Tints of Pale Taupe #C7967D
RGB
CMYK
RGB Variations
Color information
#C7967D (or 0xC7967D) is known color: Pale Taupe. HEX triplet: C7, 96 and 7D. RGB value is (199,150,125). Sum of RGB (Red+Green+Blue) = 199+150+125=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7967D is #386982. Grayscale: #A1A1A1. Windows color (decimal): -3697027 or 8230599. OLE color: 8230599.
HSL color Cylindrical-coordinate representation of color #C7967D: hue angle of 20.27º 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 #C7967D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 125 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.22 |
| HSL | 20.27º | 0.4% | 0.64% | - |
| HSV(B) | 20.27º | 0.37% | 0.78% | - |
| XYZ | 38.16 | 35.44 | 24.23 | - |
| YUV | 161.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 125 | 0 | 0.25 | 0.37 | 0.22 | 20.27 | 0.4 | 0.64 |
| Hex | C7 | 96 | 7D | 0 | 19 | 25 | 16 | 14 | 28 | 40 |
| Octal | 307 | 226 | 175 | 0 | 31 | 45 | 26 | 24 | 50 | 100 |
| Binary | 11000111 | 10010110 | 1111101 | 0 | 11001 | 100101 | 10110 | 10100 | 101000 | 1000000 |
Color Harmonies of #C7967D
Complementary color
Monochromatic Colors of #C7967D
Black with #C7967D
Text Example
Text Example
White with #C7967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7967D; }
p { color: rgb(199,150,125); }
H1.HeaderClassName
{
color: #C7967D;
}
.AnyTagClassName
{
color: #C7967D;
}
</style>
background-color css
<style>
a { background-color: #C7967D; }
a { background-color: rgb(199,150,125); }
div.DivClassName
{
background-color: #C7967D;
}
.BgClassName
{
background-color: #C7967D;
}
</style>
border-color css
<style>
span { border-color: #C7967D; }
span { border-color: rgb(199,150,125); }
td.TdClassName
{
border-color: #C7967D;
}
.TagClassName
{
border-color: #C7967D;
}
</style>