Shades of Pale Taupe #C4987C
Tints of Pale Taupe #C4987C
RGB
CMYK
RGB Variations
Color information
#C4987C (or 0xC4987C) is known color: Pale Taupe. HEX triplet: C4, 98 and 7C. RGB value is (196,152,124). Sum of RGB (Red+Green+Blue) = 196+152+124=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4987C is #3B6783. Grayscale: #A2A2A2. Windows color (decimal): -3893124 or 8165572. OLE color: 8165572.
HSL color Cylindrical-coordinate representation of color #C4987C: hue angle of 23.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4987C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 124 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.23 |
| HSL | 23.33º | 0.38% | 0.63% | - |
| HSV(B) | 23.33º | 0.37% | 0.77% | - |
| XYZ | 37.63 | 35.65 | 23.97 | - |
| YUV | 161.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 124 | 0 | 0.22 | 0.37 | 0.23 | 23.33 | 0.38 | 0.63 |
| Hex | C4 | 98 | 7C | 0 | 16 | 25 | 17 | 17 | 26 | 3F |
| Octal | 304 | 230 | 174 | 0 | 26 | 45 | 27 | 27 | 46 | 77 |
| Binary | 11000100 | 10011000 | 1111100 | 0 | 10110 | 100101 | 10111 | 10111 | 100110 | 111111 |
Color Harmonies of #C4987C
Complementary color
Monochromatic Colors of #C4987C
Black with #C4987C
Text Example
Text Example
White with #C4987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4987C; }
p { color: rgb(196,152,124); }
H1.HeaderClassName
{
color: #C4987C;
}
.AnyTagClassName
{
color: #C4987C;
}
</style>
background-color css
<style>
a { background-color: #C4987C; }
a { background-color: rgb(196,152,124); }
div.DivClassName
{
background-color: #C4987C;
}
.BgClassName
{
background-color: #C4987C;
}
</style>
border-color css
<style>
span { border-color: #C4987C; }
span { border-color: rgb(196,152,124); }
td.TdClassName
{
border-color: #C4987C;
}
.TagClassName
{
border-color: #C4987C;
}
</style>