Shades of Pale Taupe #C09780
Tints of Pale Taupe #C09780
RGB
CMYK
RGB Variations
Color information
#C09780 (or 0xC09780) is known color: Pale Taupe. HEX triplet: C0, 97 and 80. RGB value is (192,151,128). Sum of RGB (Red+Green+Blue) = 192+151+128=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09780 is #3F687F. Grayscale: #A0A0A0. Windows color (decimal): -4155520 or 8427456. OLE color: 8427456.
HSL color Cylindrical-coordinate representation of color #C09780: hue angle of 21.56º 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 #C09780 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 128 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.25 |
| HSL | 21.56º | 0.34% | 0.63% | - |
| HSV(B) | 21.56º | 0.33% | 0.75% | - |
| XYZ | 36.7 | 34.9 | 25.22 | - |
| YUV | 160.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 128 | 0 | 0.21 | 0.33 | 0.25 | 21.56 | 0.34 | 0.63 |
| Hex | C0 | 97 | 80 | 0 | 15 | 21 | 19 | 16 | 22 | 3F |
| Octal | 300 | 227 | 200 | 0 | 25 | 41 | 31 | 26 | 42 | 77 |
| Binary | 11000000 | 10010111 | 10000000 | 0 | 10101 | 100001 | 11001 | 10110 | 100010 | 111111 |
Color Harmonies of #C09780
Complementary color
Monochromatic Colors of #C09780
Black with #C09780
Text Example
Text Example
White with #C09780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09780; }
p { color: rgb(192,151,128); }
H1.HeaderClassName
{
color: #C09780;
}
.AnyTagClassName
{
color: #C09780;
}
</style>
background-color css
<style>
a { background-color: #C09780; }
a { background-color: rgb(192,151,128); }
div.DivClassName
{
background-color: #C09780;
}
.BgClassName
{
background-color: #C09780;
}
</style>
border-color css
<style>
span { border-color: #C09780; }
span { border-color: rgb(192,151,128); }
td.TdClassName
{
border-color: #C09780;
}
.TagClassName
{
border-color: #C09780;
}
</style>