Shades of Pale Taupe #C6957D
Tints of Pale Taupe #C6957D
RGB
CMYK
RGB Variations
Color information
#C6957D (or 0xC6957D) is known color: Pale Taupe. HEX triplet: C6, 95 and 7D. RGB value is (198,149,125). Sum of RGB (Red+Green+Blue) = 198+149+125=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6957D is #396A82. Grayscale: #A1A1A1. Windows color (decimal): -3762819 or 8230342. OLE color: 8230342.
HSL color Cylindrical-coordinate representation of color #C6957D: hue angle of 19.73º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6957D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 125 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.22 |
| HSL | 19.73º | 0.39% | 0.63% | - |
| HSV(B) | 19.73º | 0.37% | 0.78% | - |
| XYZ | 37.74 | 34.98 | 24.17 | - |
| YUV | 160.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 125 | 0 | 0.25 | 0.37 | 0.22 | 19.73 | 0.39 | 0.63 |
| Hex | C6 | 95 | 7D | 0 | 19 | 25 | 16 | 14 | 27 | 3F |
| Octal | 306 | 225 | 175 | 0 | 31 | 45 | 26 | 24 | 47 | 77 |
| Binary | 11000110 | 10010101 | 1111101 | 0 | 11001 | 100101 | 10110 | 10100 | 100111 | 111111 |
Color Harmonies of #C6957D
Complementary color
Monochromatic Colors of #C6957D
Black with #C6957D
Text Example
Text Example
White with #C6957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6957D; }
p { color: rgb(198,149,125); }
H1.HeaderClassName
{
color: #C6957D;
}
.AnyTagClassName
{
color: #C6957D;
}
</style>
background-color css
<style>
a { background-color: #C6957D; }
a { background-color: rgb(198,149,125); }
div.DivClassName
{
background-color: #C6957D;
}
.BgClassName
{
background-color: #C6957D;
}
</style>
border-color css
<style>
span { border-color: #C6957D; }
span { border-color: rgb(198,149,125); }
td.TdClassName
{
border-color: #C6957D;
}
.TagClassName
{
border-color: #C6957D;
}
</style>