Shades of Pale Taupe #C09876
Tints of Pale Taupe #C09876
RGB
CMYK
RGB Variations
Color information
#C09876 (or 0xC09876) is known color: Pale Taupe. HEX triplet: C0, 98 and 76. RGB value is (192,152,118). Sum of RGB (Red+Green+Blue) = 192+152+118=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C09876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09876 is #3F6789. Grayscale: #A0A0A0. Windows color (decimal): -4155274 or 7772352. OLE color: 7772352.
HSL color Cylindrical-coordinate representation of color #C09876: hue angle of 27.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09876 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 118 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.25 |
| HSL | 27.57º | 0.37% | 0.61% | - |
| HSV(B) | 27.57º | 0.39% | 0.75% | - |
| XYZ | 36.24 | 34.97 | 21.98 | - |
| YUV | 160.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 118 | 0 | 0.21 | 0.39 | 0.25 | 27.57 | 0.37 | 0.61 |
| Hex | C0 | 98 | 76 | 0 | 15 | 27 | 19 | 1C | 25 | 3D |
| Octal | 300 | 230 | 166 | 0 | 25 | 47 | 31 | 34 | 45 | 75 |
| Binary | 11000000 | 10011000 | 1110110 | 0 | 10101 | 100111 | 11001 | 11100 | 100101 | 111101 |
Color Harmonies of #C09876
Complementary color
Monochromatic Colors of #C09876
Black with #C09876
Text Example
Text Example
White with #C09876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09876; }
p { color: rgb(192,152,118); }
H1.HeaderClassName
{
color: #C09876;
}
.AnyTagClassName
{
color: #C09876;
}
</style>
background-color css
<style>
a { background-color: #C09876; }
a { background-color: rgb(192,152,118); }
div.DivClassName
{
background-color: #C09876;
}
.BgClassName
{
background-color: #C09876;
}
</style>
border-color css
<style>
span { border-color: #C09876; }
span { border-color: rgb(192,152,118); }
td.TdClassName
{
border-color: #C09876;
}
.TagClassName
{
border-color: #C09876;
}
</style>