Shades of Pale Taupe #C69980
Tints of Pale Taupe #C69980
RGB
CMYK
RGB Variations
Color information
#C69980 (or 0xC69980) is known color: Pale Taupe. HEX triplet: C6, 99 and 80. RGB value is (198,153,128). Sum of RGB (Red+Green+Blue) = 198+153+128=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69980 is #39667F. Grayscale: #A3A3A3. Windows color (decimal): -3761792 or 8427974. OLE color: 8427974.
HSL color Cylindrical-coordinate representation of color #C69980: hue angle of 21.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69980 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 128 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.22 |
| HSL | 21.43º | 0.38% | 0.64% | - |
| HSV(B) | 21.43º | 0.35% | 0.78% | - |
| XYZ | 38.58 | 36.35 | 25.4 | - |
| YUV | 163.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 128 | 0 | 0.23 | 0.35 | 0.22 | 21.43 | 0.38 | 0.64 |
| Hex | C6 | 99 | 80 | 0 | 17 | 23 | 16 | 15 | 26 | 40 |
| Octal | 306 | 231 | 200 | 0 | 27 | 43 | 26 | 25 | 46 | 100 |
| Binary | 11000110 | 10011001 | 10000000 | 0 | 10111 | 100011 | 10110 | 10101 | 100110 | 1000000 |
Color Harmonies of #C69980
Complementary color
Monochromatic Colors of #C69980
Black with #C69980
Text Example
Text Example
White with #C69980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69980; }
p { color: rgb(198,153,128); }
H1.HeaderClassName
{
color: #C69980;
}
.AnyTagClassName
{
color: #C69980;
}
</style>
background-color css
<style>
a { background-color: #C69980; }
a { background-color: rgb(198,153,128); }
div.DivClassName
{
background-color: #C69980;
}
.BgClassName
{
background-color: #C69980;
}
</style>
border-color css
<style>
span { border-color: #C69980; }
span { border-color: rgb(198,153,128); }
td.TdClassName
{
border-color: #C69980;
}
.TagClassName
{
border-color: #C69980;
}
</style>