Shades of Pale Taupe #C09D88
Tints of Pale Taupe #C09D88
RGB
CMYK
RGB Variations
Color information
#C09D88 (or 0xC09D88) is known color: Pale Taupe. HEX triplet: C0, 9D and 88. RGB value is (192,157,136). Sum of RGB (Red+Green+Blue) = 192+157+136=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D88 is #3F6277. Grayscale: #A5A5A5. Windows color (decimal): -4153976 or 8953280. OLE color: 8953280.
HSL color Cylindrical-coordinate representation of color #C09D88: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09D88 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 136 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.25 |
| HSL | 22.5º | 0.31% | 0.64% | - |
| HSV(B) | 22.5º | 0.29% | 0.75% | - |
| XYZ | 38.24 | 37.1 | 28.44 | - |
| YUV | 165.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 136 | 0 | 0.18 | 0.29 | 0.25 | 22.5 | 0.31 | 0.64 |
| Hex | C0 | 9D | 88 | 0 | 12 | 1D | 19 | 16 | 1F | 40 |
| Octal | 300 | 235 | 210 | 0 | 22 | 35 | 31 | 26 | 37 | 100 |
| Binary | 11000000 | 10011101 | 10001000 | 0 | 10010 | 11101 | 11001 | 10110 | 11111 | 1000000 |
Color Harmonies of #C09D88
Complementary color
Monochromatic Colors of #C09D88
Black with #C09D88
Text Example
Text Example
White with #C09D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D88; }
p { color: rgb(192,157,136); }
H1.HeaderClassName
{
color: #C09D88;
}
.AnyTagClassName
{
color: #C09D88;
}
</style>
background-color css
<style>
a { background-color: #C09D88; }
a { background-color: rgb(192,157,136); }
div.DivClassName
{
background-color: #C09D88;
}
.BgClassName
{
background-color: #C09D88;
}
</style>
border-color css
<style>
span { border-color: #C09D88; }
span { border-color: rgb(192,157,136); }
td.TdClassName
{
border-color: #C09D88;
}
.TagClassName
{
border-color: #C09D88;
}
</style>