Shades of Pale Taupe #C6987B
Tints of Pale Taupe #C6987B
RGB
CMYK
RGB Variations
Color information
#C6987B (or 0xC6987B) is known color: Pale Taupe. HEX triplet: C6, 98 and 7B. RGB value is (198,152,123). Sum of RGB (Red+Green+Blue) = 198+152+123=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6987B is #396784. Grayscale: #A2A2A2. Windows color (decimal): -3762053 or 8100038. OLE color: 8100038.
HSL color Cylindrical-coordinate representation of color #C6987B: hue angle of 23.2º 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 #C6987B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 123 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.22 |
| HSL | 23.2º | 0.4% | 0.63% | - |
| HSV(B) | 23.2º | 0.38% | 0.78% | - |
| XYZ | 38.09 | 35.89 | 23.66 | - |
| YUV | 162.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 123 | 0 | 0.23 | 0.38 | 0.22 | 23.2 | 0.4 | 0.63 |
| Hex | C6 | 98 | 7B | 0 | 17 | 26 | 16 | 17 | 28 | 3F |
| Octal | 306 | 230 | 173 | 0 | 27 | 46 | 26 | 27 | 50 | 77 |
| Binary | 11000110 | 10011000 | 1111011 | 0 | 10111 | 100110 | 10110 | 10111 | 101000 | 111111 |
Color Harmonies of #C6987B
Complementary color
Monochromatic Colors of #C6987B
Black with #C6987B
Text Example
Text Example
White with #C6987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6987B; }
p { color: rgb(198,152,123); }
H1.HeaderClassName
{
color: #C6987B;
}
.AnyTagClassName
{
color: #C6987B;
}
</style>
background-color css
<style>
a { background-color: #C6987B; }
a { background-color: rgb(198,152,123); }
div.DivClassName
{
background-color: #C6987B;
}
.BgClassName
{
background-color: #C6987B;
}
</style>
border-color css
<style>
span { border-color: #C6987B; }
span { border-color: rgb(198,152,123); }
td.TdClassName
{
border-color: #C6987B;
}
.TagClassName
{
border-color: #C6987B;
}
</style>