Shades of Pale Taupe #C09880
Tints of Pale Taupe #C09880
RGB
CMYK
RGB Variations
Color information
#C09880 (or 0xC09880) is known color: Pale Taupe. HEX triplet: C0, 98 and 80. RGB value is (192,152,128). Sum of RGB (Red+Green+Blue) = 192+152+128=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09880 is #3F677F. Grayscale: #A1A1A1. Windows color (decimal): -4155264 or 8427712. OLE color: 8427712.
HSL color Cylindrical-coordinate representation of color #C09880: hue angle of 22.5º 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 #C09880 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 128 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.25 |
| HSL | 22.5º | 0.34% | 0.63% | - |
| HSV(B) | 22.5º | 0.33% | 0.75% | - |
| XYZ | 36.86 | 35.22 | 25.28 | - |
| YUV | 161.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 128 | 0 | 0.21 | 0.33 | 0.25 | 22.5 | 0.34 | 0.63 |
| Hex | C0 | 98 | 80 | 0 | 15 | 21 | 19 | 16 | 22 | 3F |
| Octal | 300 | 230 | 200 | 0 | 25 | 41 | 31 | 26 | 42 | 77 |
| Binary | 11000000 | 10011000 | 10000000 | 0 | 10101 | 100001 | 11001 | 10110 | 100010 | 111111 |
Color Harmonies of #C09880
Complementary color
Monochromatic Colors of #C09880
Black with #C09880
Text Example
Text Example
White with #C09880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09880; }
p { color: rgb(192,152,128); }
H1.HeaderClassName
{
color: #C09880;
}
.AnyTagClassName
{
color: #C09880;
}
</style>
background-color css
<style>
a { background-color: #C09880; }
a { background-color: rgb(192,152,128); }
div.DivClassName
{
background-color: #C09880;
}
.BgClassName
{
background-color: #C09880;
}
</style>
border-color css
<style>
span { border-color: #C09880; }
span { border-color: rgb(192,152,128); }
td.TdClassName
{
border-color: #C09880;
}
.TagClassName
{
border-color: #C09880;
}
</style>