Shades of Pale Taupe #C6977A
Tints of Pale Taupe #C6977A
RGB
CMYK
RGB Variations
Color information
#C6977A (or 0xC6977A) is known color: Pale Taupe. HEX triplet: C6, 97 and 7A. RGB value is (198,151,122). Sum of RGB (Red+Green+Blue) = 198+151+122=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6977A is #396885. Grayscale: #A1A1A1. Windows color (decimal): -3762310 or 8034246. OLE color: 8034246.
HSL color Cylindrical-coordinate representation of color #C6977A: hue angle of 22.89º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6977A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 122 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.22 |
| HSL | 22.89º | 0.4% | 0.63% | - |
| HSV(B) | 22.89º | 0.38% | 0.78% | - |
| XYZ | 37.87 | 35.54 | 23.28 | - |
| YUV | 161.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 122 | 0 | 0.24 | 0.38 | 0.22 | 22.89 | 0.4 | 0.63 |
| Hex | C6 | 97 | 7A | 0 | 18 | 26 | 16 | 17 | 28 | 3F |
| Octal | 306 | 227 | 172 | 0 | 30 | 46 | 26 | 27 | 50 | 77 |
| Binary | 11000110 | 10010111 | 1111010 | 0 | 11000 | 100110 | 10110 | 10111 | 101000 | 111111 |
Color Harmonies of #C6977A
Complementary color
Monochromatic Colors of #C6977A
Black with #C6977A
Text Example
Text Example
White with #C6977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6977A; }
p { color: rgb(198,151,122); }
H1.HeaderClassName
{
color: #C6977A;
}
.AnyTagClassName
{
color: #C6977A;
}
</style>
background-color css
<style>
a { background-color: #C6977A; }
a { background-color: rgb(198,151,122); }
div.DivClassName
{
background-color: #C6977A;
}
.BgClassName
{
background-color: #C6977A;
}
</style>
border-color css
<style>
span { border-color: #C6977A; }
span { border-color: rgb(198,151,122); }
td.TdClassName
{
border-color: #C6977A;
}
.TagClassName
{
border-color: #C6977A;
}
</style>