Shades of Pale Taupe #C6977B
Tints of Pale Taupe #C6977B
RGB
CMYK
RGB Variations
Color information
#C6977B (or 0xC6977B) is known color: Pale Taupe. HEX triplet: C6, 97 and 7B. RGB value is (198,151,123). Sum of RGB (Red+Green+Blue) = 198+151+123=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6977B is #396884. Grayscale: #A2A2A2. Windows color (decimal): -3762309 or 8099782. OLE color: 8099782.
HSL color Cylindrical-coordinate representation of color #C6977B: hue angle of 22.4º 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 #C6977B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 123 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.22 |
| HSL | 22.4º | 0.4% | 0.63% | - |
| HSV(B) | 22.4º | 0.38% | 0.78% | - |
| XYZ | 37.93 | 35.57 | 23.61 | - |
| YUV | 161.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 123 | 0 | 0.24 | 0.38 | 0.22 | 22.4 | 0.4 | 0.63 |
| Hex | C6 | 97 | 7B | 0 | 18 | 26 | 16 | 16 | 28 | 3F |
| Octal | 306 | 227 | 173 | 0 | 30 | 46 | 26 | 26 | 50 | 77 |
| Binary | 11000110 | 10010111 | 1111011 | 0 | 11000 | 100110 | 10110 | 10110 | 101000 | 111111 |
Color Harmonies of #C6977B
Complementary color
Monochromatic Colors of #C6977B
Black with #C6977B
Text Example
Text Example
White with #C6977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6977B; }
p { color: rgb(198,151,123); }
H1.HeaderClassName
{
color: #C6977B;
}
.AnyTagClassName
{
color: #C6977B;
}
</style>
background-color css
<style>
a { background-color: #C6977B; }
a { background-color: rgb(198,151,123); }
div.DivClassName
{
background-color: #C6977B;
}
.BgClassName
{
background-color: #C6977B;
}
</style>
border-color css
<style>
span { border-color: #C6977B; }
span { border-color: rgb(198,151,123); }
td.TdClassName
{
border-color: #C6977B;
}
.TagClassName
{
border-color: #C6977B;
}
</style>