Shades of Pale Taupe #C09983
Tints of Pale Taupe #C09983
RGB
CMYK
RGB Variations
Color information
#C09983 (or 0xC09983) is known color: Pale Taupe. HEX triplet: C0, 99 and 83. RGB value is (192,153,131). Sum of RGB (Red+Green+Blue) = 192+153+131=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09983 is #3F667C. Grayscale: #A2A2A2. Windows color (decimal): -4155005 or 8624576. OLE color: 8624576.
HSL color Cylindrical-coordinate representation of color #C09983: hue angle of 21.64º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09983 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 131 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.25 |
| HSL | 21.64º | 0.33% | 0.63% | - |
| HSV(B) | 21.64º | 0.32% | 0.75% | - |
| XYZ | 37.23 | 35.63 | 26.39 | - |
| YUV | 162.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 131 | 0 | 0.20 | 0.32 | 0.25 | 21.64 | 0.33 | 0.63 |
| Hex | C0 | 99 | 83 | 0 | 14 | 20 | 19 | 16 | 21 | 3F |
| Octal | 300 | 231 | 203 | 0 | 24 | 40 | 31 | 26 | 41 | 77 |
| Binary | 11000000 | 10011001 | 10000011 | 0 | 10100 | 100000 | 11001 | 10110 | 100001 | 111111 |
Color Harmonies of #C09983
Complementary color
Monochromatic Colors of #C09983
Black with #C09983
Text Example
Text Example
White with #C09983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09983; }
p { color: rgb(192,153,131); }
H1.HeaderClassName
{
color: #C09983;
}
.AnyTagClassName
{
color: #C09983;
}
</style>
background-color css
<style>
a { background-color: #C09983; }
a { background-color: rgb(192,153,131); }
div.DivClassName
{
background-color: #C09983;
}
.BgClassName
{
background-color: #C09983;
}
</style>
border-color css
<style>
span { border-color: #C09983; }
span { border-color: rgb(192,153,131); }
td.TdClassName
{
border-color: #C09983;
}
.TagClassName
{
border-color: #C09983;
}
</style>