Shades of Pale Taupe #C7997A
Tints of Pale Taupe #C7997A
RGB
CMYK
RGB Variations
Color information
#C7997A (or 0xC7997A) is known color: Pale Taupe. HEX triplet: C7, 99 and 7A. RGB value is (199,153,122). Sum of RGB (Red+Green+Blue) = 199+153+122=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7997A is #386685. Grayscale: #A3A3A3. Windows color (decimal): -3696262 or 8034759. OLE color: 8034759.
HSL color Cylindrical-coordinate representation of color #C7997A: hue angle of 24.16º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7997A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 122 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.22 |
| HSL | 24.16º | 0.41% | 0.63% | - |
| HSV(B) | 24.16º | 0.39% | 0.78% | - |
| XYZ | 38.46 | 36.33 | 23.4 | - |
| YUV | 163.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 122 | 0 | 0.23 | 0.39 | 0.22 | 24.16 | 0.41 | 0.63 |
| Hex | C7 | 99 | 7A | 0 | 17 | 27 | 16 | 18 | 29 | 3F |
| Octal | 307 | 231 | 172 | 0 | 27 | 47 | 26 | 30 | 51 | 77 |
| Binary | 11000111 | 10011001 | 1111010 | 0 | 10111 | 100111 | 10110 | 11000 | 101001 | 111111 |
Color Harmonies of #C7997A
Complementary color
Monochromatic Colors of #C7997A
Black with #C7997A
Text Example
Text Example
White with #C7997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7997A; }
p { color: rgb(199,153,122); }
H1.HeaderClassName
{
color: #C7997A;
}
.AnyTagClassName
{
color: #C7997A;
}
</style>
background-color css
<style>
a { background-color: #C7997A; }
a { background-color: rgb(199,153,122); }
div.DivClassName
{
background-color: #C7997A;
}
.BgClassName
{
background-color: #C7997A;
}
</style>
border-color css
<style>
span { border-color: #C7997A; }
span { border-color: rgb(199,153,122); }
td.TdClassName
{
border-color: #C7997A;
}
.TagClassName
{
border-color: #C7997A;
}
</style>