Shades of Pale Taupe #C6997B
Tints of Pale Taupe #C6997B
RGB
CMYK
RGB Variations
Color information
#C6997B (or 0xC6997B) is known color: Pale Taupe. HEX triplet: C6, 99 and 7B. RGB value is (198,153,123). Sum of RGB (Red+Green+Blue) = 198+153+123=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6997B is #396684. Grayscale: #A3A3A3. Windows color (decimal): -3761797 or 8100294. OLE color: 8100294.
HSL color Cylindrical-coordinate representation of color #C6997B: hue angle of 24º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6997B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 123 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.22 |
| HSL | 24º | 0.4% | 0.63% | - |
| HSV(B) | 24º | 0.38% | 0.78% | - |
| XYZ | 38.26 | 36.22 | 23.71 | - |
| YUV | 163.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 123 | 0 | 0.23 | 0.38 | 0.22 | 24 | 0.4 | 0.63 |
| Hex | C6 | 99 | 7B | 0 | 17 | 26 | 16 | 18 | 28 | 3F |
| Octal | 306 | 231 | 173 | 0 | 27 | 46 | 26 | 30 | 50 | 77 |
| Binary | 11000110 | 10011001 | 1111011 | 0 | 10111 | 100110 | 10110 | 11000 | 101000 | 111111 |
Color Harmonies of #C6997B
Complementary color
Monochromatic Colors of #C6997B
Black with #C6997B
Text Example
Text Example
White with #C6997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6997B; }
p { color: rgb(198,153,123); }
H1.HeaderClassName
{
color: #C6997B;
}
.AnyTagClassName
{
color: #C6997B;
}
</style>
background-color css
<style>
a { background-color: #C6997B; }
a { background-color: rgb(198,153,123); }
div.DivClassName
{
background-color: #C6997B;
}
.BgClassName
{
background-color: #C6997B;
}
</style>
border-color css
<style>
span { border-color: #C6997B; }
span { border-color: rgb(198,153,123); }
td.TdClassName
{
border-color: #C6997B;
}
.TagClassName
{
border-color: #C6997B;
}
</style>