Shades of Pale Taupe #C69976
Tints of Pale Taupe #C69976
RGB
CMYK
RGB Variations
Color information
#C69976 (or 0xC69976) is known color: Pale Taupe. HEX triplet: C6, 99 and 76. RGB value is (198,153,118). Sum of RGB (Red+Green+Blue) = 198+153+118=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C69976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69976 is #396689. Grayscale: #A2A2A2. Windows color (decimal): -3761802 or 7772614. OLE color: 7772614.
HSL color Cylindrical-coordinate representation of color #C69976: hue angle of 26.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69976 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 118 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.22 |
| HSL | 26.25º | 0.41% | 0.62% | - |
| HSV(B) | 26.25º | 0.4% | 0.78% | - |
| XYZ | 37.95 | 36.1 | 22.11 | - |
| YUV | 162.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 118 | 0 | 0.23 | 0.40 | 0.22 | 26.25 | 0.41 | 0.62 |
| Hex | C6 | 99 | 76 | 0 | 17 | 28 | 16 | 1A | 29 | 3E |
| Octal | 306 | 231 | 166 | 0 | 27 | 50 | 26 | 32 | 51 | 76 |
| Binary | 11000110 | 10011001 | 1110110 | 0 | 10111 | 101000 | 10110 | 11010 | 101001 | 111110 |
Color Harmonies of #C69976
Complementary color
Monochromatic Colors of #C69976
Black with #C69976
Text Example
Text Example
White with #C69976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69976; }
p { color: rgb(198,153,118); }
H1.HeaderClassName
{
color: #C69976;
}
.AnyTagClassName
{
color: #C69976;
}
</style>
background-color css
<style>
a { background-color: #C69976; }
a { background-color: rgb(198,153,118); }
div.DivClassName
{
background-color: #C69976;
}
.BgClassName
{
background-color: #C69976;
}
</style>
border-color css
<style>
span { border-color: #C69976; }
span { border-color: rgb(198,153,118); }
td.TdClassName
{
border-color: #C69976;
}
.TagClassName
{
border-color: #C69976;
}
</style>