Shades of Pale Taupe #C8997E
Tints of Pale Taupe #C8997E
RGB
CMYK
RGB Variations
Color information
#C8997E (or 0xC8997E) is known color: Pale Taupe. HEX triplet: C8, 99 and 7E. RGB value is (200,153,126). Sum of RGB (Red+Green+Blue) = 200+153+126=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8997E is #376681. Grayscale: #A4A4A4. Windows color (decimal): -3630722 or 8296904. OLE color: 8296904.
HSL color Cylindrical-coordinate representation of color #C8997E: hue angle of 21.89º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8997E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 126 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.22 |
| HSL | 21.89º | 0.4% | 0.64% | - |
| HSV(B) | 21.89º | 0.37% | 0.78% | - |
| XYZ | 38.98 | 36.57 | 24.74 | - |
| YUV | 163.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 126 | 0 | 0.24 | 0.37 | 0.22 | 21.89 | 0.4 | 0.64 |
| Hex | C8 | 99 | 7E | 0 | 18 | 25 | 16 | 16 | 28 | 40 |
| Octal | 310 | 231 | 176 | 0 | 30 | 45 | 26 | 26 | 50 | 100 |
| Binary | 11001000 | 10011001 | 1111110 | 0 | 11000 | 100101 | 10110 | 10110 | 101000 | 1000000 |
Color Harmonies of #C8997E
Complementary color
Monochromatic Colors of #C8997E
Black with #C8997E
Text Example
Text Example
White with #C8997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8997E; }
p { color: rgb(200,153,126); }
H1.HeaderClassName
{
color: #C8997E;
}
.AnyTagClassName
{
color: #C8997E;
}
</style>
background-color css
<style>
a { background-color: #C8997E; }
a { background-color: rgb(200,153,126); }
div.DivClassName
{
background-color: #C8997E;
}
.BgClassName
{
background-color: #C8997E;
}
</style>
border-color css
<style>
span { border-color: #C8997E; }
span { border-color: rgb(200,153,126); }
td.TdClassName
{
border-color: #C8997E;
}
.TagClassName
{
border-color: #C8997E;
}
</style>