Shades of Pale Taupe #C09984
Tints of Pale Taupe #C09984
RGB
CMYK
RGB Variations
Color information
#C09984 (or 0xC09984) is known color: Pale Taupe. HEX triplet: C0, 99 and 84. RGB value is (192,153,132). Sum of RGB (Red+Green+Blue) = 192+153+132=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C09984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09984 is #3F667B. Grayscale: #A2A2A2. Windows color (decimal): -4155004 or 8690112. OLE color: 8690112.
HSL color Cylindrical-coordinate representation of color #C09984: hue angle of 21º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09984 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 132 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.25 |
| HSL | 21º | 0.32% | 0.64% | - |
| HSV(B) | 21º | 0.31% | 0.75% | - |
| XYZ | 37.29 | 35.65 | 26.75 | - |
| YUV | 162.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 132 | 0 | 0.20 | 0.31 | 0.25 | 21 | 0.32 | 0.64 |
| Hex | C0 | 99 | 84 | 0 | 14 | 1F | 19 | 15 | 20 | 40 |
| Octal | 300 | 231 | 204 | 0 | 24 | 37 | 31 | 25 | 40 | 100 |
| Binary | 11000000 | 10011001 | 10000100 | 0 | 10100 | 11111 | 11001 | 10101 | 100000 | 1000000 |
Color Harmonies of #C09984
Complementary color
Monochromatic Colors of #C09984
Black with #C09984
Text Example
Text Example
White with #C09984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09984; }
p { color: rgb(192,153,132); }
H1.HeaderClassName
{
color: #C09984;
}
.AnyTagClassName
{
color: #C09984;
}
</style>
background-color css
<style>
a { background-color: #C09984; }
a { background-color: rgb(192,153,132); }
div.DivClassName
{
background-color: #C09984;
}
.BgClassName
{
background-color: #C09984;
}
</style>
border-color css
<style>
span { border-color: #C09984; }
span { border-color: rgb(192,153,132); }
td.TdClassName
{
border-color: #C09984;
}
.TagClassName
{
border-color: #C09984;
}
</style>