Shades of Pale Taupe #C09481
Tints of Pale Taupe #C09481
RGB
CMYK
RGB Variations
Color information
#C09481 (or 0xC09481) is known color: Pale Taupe. HEX triplet: C0, 94 and 81. RGB value is (192,148,129). Sum of RGB (Red+Green+Blue) = 192+148+129=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09481 is #3F6B7E. Grayscale: #9F9F9F. Windows color (decimal): -4156287 or 8492224. OLE color: 8492224.
HSL color Cylindrical-coordinate representation of color #C09481: hue angle of 18.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09481 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 129 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.25 |
| HSL | 18.1º | 0.33% | 0.63% | - |
| HSV(B) | 18.1º | 0.33% | 0.75% | - |
| XYZ | 36.29 | 33.97 | 25.41 | - |
| YUV | 158.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 129 | 0 | 0.23 | 0.33 | 0.25 | 18.1 | 0.33 | 0.63 |
| Hex | C0 | 94 | 81 | 0 | 17 | 21 | 19 | 12 | 21 | 3F |
| Octal | 300 | 224 | 201 | 0 | 27 | 41 | 31 | 22 | 41 | 77 |
| Binary | 11000000 | 10010100 | 10000001 | 0 | 10111 | 100001 | 11001 | 10010 | 100001 | 111111 |
Color Harmonies of #C09481
Complementary color
Monochromatic Colors of #C09481
Black with #C09481
Text Example
Text Example
White with #C09481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09481; }
p { color: rgb(192,148,129); }
H1.HeaderClassName
{
color: #C09481;
}
.AnyTagClassName
{
color: #C09481;
}
</style>
background-color css
<style>
a { background-color: #C09481; }
a { background-color: rgb(192,148,129); }
div.DivClassName
{
background-color: #C09481;
}
.BgClassName
{
background-color: #C09481;
}
</style>
border-color css
<style>
span { border-color: #C09481; }
span { border-color: rgb(192,148,129); }
td.TdClassName
{
border-color: #C09481;
}
.TagClassName
{
border-color: #C09481;
}
</style>