Shades of Pale Taupe #C09976
Tints of Pale Taupe #C09976
RGB
CMYK
RGB Variations
Color information
#C09976 (or 0xC09976) is known color: Pale Taupe. HEX triplet: C0, 99 and 76. RGB value is (192,153,118). Sum of RGB (Red+Green+Blue) = 192+153+118=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C09976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09976 is #3F6689. Grayscale: #A0A0A0. Windows color (decimal): -4155018 or 7772608. OLE color: 7772608.
HSL color Cylindrical-coordinate representation of color #C09976: hue angle of 28.38º 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 #C09976 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 118 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.25 |
| HSL | 28.38º | 0.37% | 0.61% | - |
| HSV(B) | 28.38º | 0.39% | 0.75% | - |
| XYZ | 36.4 | 35.3 | 22.03 | - |
| YUV | 160.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 118 | 0 | 0.20 | 0.39 | 0.25 | 28.38 | 0.37 | 0.61 |
| Hex | C0 | 99 | 76 | 0 | 14 | 27 | 19 | 1C | 25 | 3D |
| Octal | 300 | 231 | 166 | 0 | 24 | 47 | 31 | 34 | 45 | 75 |
| Binary | 11000000 | 10011001 | 1110110 | 0 | 10100 | 100111 | 11001 | 11100 | 100101 | 111101 |
Color Harmonies of #C09976
Complementary color
Monochromatic Colors of #C09976
Black with #C09976
Text Example
Text Example
White with #C09976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09976; }
p { color: rgb(192,153,118); }
H1.HeaderClassName
{
color: #C09976;
}
.AnyTagClassName
{
color: #C09976;
}
</style>
background-color css
<style>
a { background-color: #C09976; }
a { background-color: rgb(192,153,118); }
div.DivClassName
{
background-color: #C09976;
}
.BgClassName
{
background-color: #C09976;
}
</style>
border-color css
<style>
span { border-color: #C09976; }
span { border-color: rgb(192,153,118); }
td.TdClassName
{
border-color: #C09976;
}
.TagClassName
{
border-color: #C09976;
}
</style>