Shades of Pale Taupe #C09980
Tints of Pale Taupe #C09980
RGB
CMYK
RGB Variations
Color information
#C09980 (or 0xC09980) is known color: Pale Taupe. HEX triplet: C0, 99 and 80. RGB value is (192,153,128). Sum of RGB (Red+Green+Blue) = 192+153+128=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09980 is #3F667F. Grayscale: #A1A1A1. Windows color (decimal): -4155008 or 8427968. OLE color: 8427968.
HSL color Cylindrical-coordinate representation of color #C09980: hue angle of 23.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09980 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 128 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.25 |
| HSL | 23.44º | 0.34% | 0.63% | - |
| HSV(B) | 23.44º | 0.33% | 0.75% | - |
| XYZ | 37.03 | 35.55 | 25.33 | - |
| YUV | 161.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 128 | 0 | 0.20 | 0.33 | 0.25 | 23.44 | 0.34 | 0.63 |
| Hex | C0 | 99 | 80 | 0 | 14 | 21 | 19 | 17 | 22 | 3F |
| Octal | 300 | 231 | 200 | 0 | 24 | 41 | 31 | 27 | 42 | 77 |
| Binary | 11000000 | 10011001 | 10000000 | 0 | 10100 | 100001 | 11001 | 10111 | 100010 | 111111 |
Color Harmonies of #C09980
Complementary color
Monochromatic Colors of #C09980
Black with #C09980
Text Example
Text Example
White with #C09980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09980; }
p { color: rgb(192,153,128); }
H1.HeaderClassName
{
color: #C09980;
}
.AnyTagClassName
{
color: #C09980;
}
</style>
background-color css
<style>
a { background-color: #C09980; }
a { background-color: rgb(192,153,128); }
div.DivClassName
{
background-color: #C09980;
}
.BgClassName
{
background-color: #C09980;
}
</style>
border-color css
<style>
span { border-color: #C09980; }
span { border-color: rgb(192,153,128); }
td.TdClassName
{
border-color: #C09980;
}
.TagClassName
{
border-color: #C09980;
}
</style>