Shades of Pale Taupe #C09D85
Tints of Pale Taupe #C09D85
RGB
CMYK
RGB Variations
Color information
#C09D85 (or 0xC09D85) is known color: Pale Taupe. HEX triplet: C0, 9D and 85. RGB value is (192,157,133). Sum of RGB (Red+Green+Blue) = 192+157+133=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D85 is #3F627A. Grayscale: #A4A4A4. Windows color (decimal): -4153979 or 8756672. OLE color: 8756672.
HSL color Cylindrical-coordinate representation of color #C09D85: hue angle of 24.41º 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 #C09D85 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 133 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.25 |
| HSL | 24.41º | 0.32% | 0.64% | - |
| HSV(B) | 24.41º | 0.31% | 0.75% | - |
| XYZ | 38.03 | 37.01 | 27.33 | - |
| YUV | 164.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 133 | 0 | 0.18 | 0.31 | 0.25 | 24.41 | 0.32 | 0.64 |
| Hex | C0 | 9D | 85 | 0 | 12 | 1F | 19 | 18 | 20 | 40 |
| Octal | 300 | 235 | 205 | 0 | 22 | 37 | 31 | 30 | 40 | 100 |
| Binary | 11000000 | 10011101 | 10000101 | 0 | 10010 | 11111 | 11001 | 11000 | 100000 | 1000000 |
Color Harmonies of #C09D85
Complementary color
Monochromatic Colors of #C09D85
Black with #C09D85
Text Example
Text Example
White with #C09D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D85; }
p { color: rgb(192,157,133); }
H1.HeaderClassName
{
color: #C09D85;
}
.AnyTagClassName
{
color: #C09D85;
}
</style>
background-color css
<style>
a { background-color: #C09D85; }
a { background-color: rgb(192,157,133); }
div.DivClassName
{
background-color: #C09D85;
}
.BgClassName
{
background-color: #C09D85;
}
</style>
border-color css
<style>
span { border-color: #C09D85; }
span { border-color: rgb(192,157,133); }
td.TdClassName
{
border-color: #C09D85;
}
.TagClassName
{
border-color: #C09D85;
}
</style>