Shades of Pale Taupe #C7987B
Tints of Pale Taupe #C7987B
RGB
CMYK
RGB Variations
Color information
#C7987B (or 0xC7987B) is known color: Pale Taupe. HEX triplet: C7, 98 and 7B. RGB value is (199,152,123). Sum of RGB (Red+Green+Blue) = 199+152+123=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7987B is #386784. Grayscale: #A2A2A2. Windows color (decimal): -3696517 or 8100039. OLE color: 8100039.
HSL color Cylindrical-coordinate representation of color #C7987B: 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 #C7987B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 123 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.22 |
| HSL | 22.89º | 0.4% | 0.63% | - |
| HSV(B) | 22.89º | 0.38% | 0.78% | - |
| XYZ | 38.36 | 36.03 | 23.67 | - |
| YUV | 162.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 123 | 0 | 0.24 | 0.38 | 0.22 | 22.89 | 0.4 | 0.63 |
| Hex | C7 | 98 | 7B | 0 | 18 | 26 | 16 | 17 | 28 | 3F |
| Octal | 307 | 230 | 173 | 0 | 30 | 46 | 26 | 27 | 50 | 77 |
| Binary | 11000111 | 10011000 | 1111011 | 0 | 11000 | 100110 | 10110 | 10111 | 101000 | 111111 |
Color Harmonies of #C7987B
Complementary color
Monochromatic Colors of #C7987B
Black with #C7987B
Text Example
Text Example
White with #C7987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7987B; }
p { color: rgb(199,152,123); }
H1.HeaderClassName
{
color: #C7987B;
}
.AnyTagClassName
{
color: #C7987B;
}
</style>
background-color css
<style>
a { background-color: #C7987B; }
a { background-color: rgb(199,152,123); }
div.DivClassName
{
background-color: #C7987B;
}
.BgClassName
{
background-color: #C7987B;
}
</style>
border-color css
<style>
span { border-color: #C7987B; }
span { border-color: rgb(199,152,123); }
td.TdClassName
{
border-color: #C7987B;
}
.TagClassName
{
border-color: #C7987B;
}
</style>