Shades of Pale Taupe #C09883
Tints of Pale Taupe #C09883
RGB
CMYK
RGB Variations
Color information
#C09883 (or 0xC09883) is known color: Pale Taupe. HEX triplet: C0, 98 and 83. RGB value is (192,152,131). Sum of RGB (Red+Green+Blue) = 192+152+131=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09883 is #3F677C. Grayscale: #A1A1A1. Windows color (decimal): -4155261 or 8624320. OLE color: 8624320.
HSL color Cylindrical-coordinate representation of color #C09883: hue angle of 20.66º 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 #C09883 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 131 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.25 |
| HSL | 20.66º | 0.33% | 0.63% | - |
| HSV(B) | 20.66º | 0.32% | 0.75% | - |
| XYZ | 37.06 | 35.3 | 26.33 | - |
| YUV | 161.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 131 | 0 | 0.21 | 0.32 | 0.25 | 20.66 | 0.33 | 0.63 |
| Hex | C0 | 98 | 83 | 0 | 15 | 20 | 19 | 15 | 21 | 3F |
| Octal | 300 | 230 | 203 | 0 | 25 | 40 | 31 | 25 | 41 | 77 |
| Binary | 11000000 | 10011000 | 10000011 | 0 | 10101 | 100000 | 11001 | 10101 | 100001 | 111111 |
Color Harmonies of #C09883
Complementary color
Monochromatic Colors of #C09883
Black with #C09883
Text Example
Text Example
White with #C09883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09883; }
p { color: rgb(192,152,131); }
H1.HeaderClassName
{
color: #C09883;
}
.AnyTagClassName
{
color: #C09883;
}
</style>
background-color css
<style>
a { background-color: #C09883; }
a { background-color: rgb(192,152,131); }
div.DivClassName
{
background-color: #C09883;
}
.BgClassName
{
background-color: #C09883;
}
</style>
border-color css
<style>
span { border-color: #C09883; }
span { border-color: rgb(192,152,131); }
td.TdClassName
{
border-color: #C09883;
}
.TagClassName
{
border-color: #C09883;
}
</style>