Shades of Pale Taupe #C9997E
Tints of Pale Taupe #C9997E
RGB
CMYK
RGB Variations
Color information
#C9997E (or 0xC9997E) is known color: Pale Taupe. HEX triplet: C9, 99 and 7E. RGB value is (201,153,126). Sum of RGB (Red+Green+Blue) = 201+153+126=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9997E is #366681. Grayscale: #A4A4A4. Windows color (decimal): -3565186 or 8296905. OLE color: 8296905.
HSL color Cylindrical-coordinate representation of color #C9997E: hue angle of 21.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9997E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 126 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.21 |
| HSL | 21.6º | 0.41% | 0.64% | - |
| HSV(B) | 21.6º | 0.37% | 0.79% | - |
| XYZ | 39.24 | 36.71 | 24.76 | - |
| YUV | 164.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 126 | 0 | 0.24 | 0.37 | 0.21 | 21.6 | 0.41 | 0.64 |
| Hex | C9 | 99 | 7E | 0 | 18 | 25 | 15 | 16 | 29 | 40 |
| Octal | 311 | 231 | 176 | 0 | 30 | 45 | 25 | 26 | 51 | 100 |
| Binary | 11001001 | 10011001 | 1111110 | 0 | 11000 | 100101 | 10101 | 10110 | 101001 | 1000000 |
Color Harmonies of #C9997E
Complementary color
Monochromatic Colors of #C9997E
Black with #C9997E
Text Example
Text Example
White with #C9997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9997E; }
p { color: rgb(201,153,126); }
H1.HeaderClassName
{
color: #C9997E;
}
.AnyTagClassName
{
color: #C9997E;
}
</style>
background-color css
<style>
a { background-color: #C9997E; }
a { background-color: rgb(201,153,126); }
div.DivClassName
{
background-color: #C9997E;
}
.BgClassName
{
background-color: #C9997E;
}
</style>
border-color css
<style>
span { border-color: #C9997E; }
span { border-color: rgb(201,153,126); }
td.TdClassName
{
border-color: #C9997E;
}
.TagClassName
{
border-color: #C9997E;
}
</style>