Shades of Pale Taupe #C69978
Tints of Pale Taupe #C69978
RGB
CMYK
RGB Variations
Color information
#C69978 (or 0xC69978) is known color: Pale Taupe. HEX triplet: C6, 99 and 78. RGB value is (198,153,120). Sum of RGB (Red+Green+Blue) = 198+153+120=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69978 is #396687. Grayscale: #A2A2A2. Windows color (decimal): -3761800 or 7903686. OLE color: 7903686.
HSL color Cylindrical-coordinate representation of color #C69978: hue angle of 25.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69978 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 120 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.22 |
| HSL | 25.38º | 0.41% | 0.62% | - |
| HSV(B) | 25.38º | 0.39% | 0.78% | - |
| XYZ | 38.07 | 36.14 | 22.74 | - |
| YUV | 162.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 120 | 0 | 0.23 | 0.39 | 0.22 | 25.38 | 0.41 | 0.62 |
| Hex | C6 | 99 | 78 | 0 | 17 | 27 | 16 | 19 | 29 | 3E |
| Octal | 306 | 231 | 170 | 0 | 27 | 47 | 26 | 31 | 51 | 76 |
| Binary | 11000110 | 10011001 | 1111000 | 0 | 10111 | 100111 | 10110 | 11001 | 101001 | 111110 |
Color Harmonies of #C69978
Complementary color
Monochromatic Colors of #C69978
Black with #C69978
Text Example
Text Example
White with #C69978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69978; }
p { color: rgb(198,153,120); }
H1.HeaderClassName
{
color: #C69978;
}
.AnyTagClassName
{
color: #C69978;
}
</style>
background-color css
<style>
a { background-color: #C69978; }
a { background-color: rgb(198,153,120); }
div.DivClassName
{
background-color: #C69978;
}
.BgClassName
{
background-color: #C69978;
}
</style>
border-color css
<style>
span { border-color: #C69978; }
span { border-color: rgb(198,153,120); }
td.TdClassName
{
border-color: #C69978;
}
.TagClassName
{
border-color: #C69978;
}
</style>