Shades of Pale Taupe #C0987F
Tints of Pale Taupe #C0987F
RGB
CMYK
RGB Variations
Color information
#C0987F (or 0xC0987F) is known color: Pale Taupe. HEX triplet: C0, 98 and 7F. RGB value is (192,152,127). Sum of RGB (Red+Green+Blue) = 192+152+127=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0987F is #3F6780. Grayscale: #A1A1A1. Windows color (decimal): -4155265 or 8362176. OLE color: 8362176.
HSL color Cylindrical-coordinate representation of color #C0987F: hue angle of 23.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0987F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 127 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.25 |
| HSL | 23.08º | 0.34% | 0.63% | - |
| HSV(B) | 23.08º | 0.34% | 0.75% | - |
| XYZ | 36.8 | 35.2 | 24.93 | - |
| YUV | 161.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 127 | 0 | 0.21 | 0.34 | 0.25 | 23.08 | 0.34 | 0.63 |
| Hex | C0 | 98 | 7F | 0 | 15 | 22 | 19 | 17 | 22 | 3F |
| Octal | 300 | 230 | 177 | 0 | 25 | 42 | 31 | 27 | 42 | 77 |
| Binary | 11000000 | 10011000 | 1111111 | 0 | 10101 | 100010 | 11001 | 10111 | 100010 | 111111 |
Color Harmonies of #C0987F
Complementary color
Monochromatic Colors of #C0987F
Black with #C0987F
Text Example
Text Example
White with #C0987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0987F; }
p { color: rgb(192,152,127); }
H1.HeaderClassName
{
color: #C0987F;
}
.AnyTagClassName
{
color: #C0987F;
}
</style>
background-color css
<style>
a { background-color: #C0987F; }
a { background-color: rgb(192,152,127); }
div.DivClassName
{
background-color: #C0987F;
}
.BgClassName
{
background-color: #C0987F;
}
</style>
border-color css
<style>
span { border-color: #C0987F; }
span { border-color: rgb(192,152,127); }
td.TdClassName
{
border-color: #C0987F;
}
.TagClassName
{
border-color: #C0987F;
}
</style>