Shades of Pale Taupe #C6997F
Tints of Pale Taupe #C6997F
RGB
CMYK
RGB Variations
Color information
#C6997F (or 0xC6997F) is known color: Pale Taupe. HEX triplet: C6, 99 and 7F. RGB value is (198,153,127). Sum of RGB (Red+Green+Blue) = 198+153+127=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C6997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6997F is #396680. Grayscale: #A3A3A3. Windows color (decimal): -3761793 or 8362438. OLE color: 8362438.
HSL color Cylindrical-coordinate representation of color #C6997F: hue angle of 21.97º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6997F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 127 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.22 |
| HSL | 21.97º | 0.38% | 0.64% | - |
| HSV(B) | 21.97º | 0.36% | 0.78% | - |
| XYZ | 38.51 | 36.32 | 25.06 | - |
| YUV | 163.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 127 | 0 | 0.23 | 0.36 | 0.22 | 21.97 | 0.38 | 0.64 |
| Hex | C6 | 99 | 7F | 0 | 17 | 24 | 16 | 16 | 26 | 40 |
| Octal | 306 | 231 | 177 | 0 | 27 | 44 | 26 | 26 | 46 | 100 |
| Binary | 11000110 | 10011001 | 1111111 | 0 | 10111 | 100100 | 10110 | 10110 | 100110 | 1000000 |
Color Harmonies of #C6997F
Complementary color
Monochromatic Colors of #C6997F
Black with #C6997F
Text Example
Text Example
White with #C6997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6997F; }
p { color: rgb(198,153,127); }
H1.HeaderClassName
{
color: #C6997F;
}
.AnyTagClassName
{
color: #C6997F;
}
</style>
background-color css
<style>
a { background-color: #C6997F; }
a { background-color: rgb(198,153,127); }
div.DivClassName
{
background-color: #C6997F;
}
.BgClassName
{
background-color: #C6997F;
}
</style>
border-color css
<style>
span { border-color: #C6997F; }
span { border-color: rgb(198,153,127); }
td.TdClassName
{
border-color: #C6997F;
}
.TagClassName
{
border-color: #C6997F;
}
</style>