Shades of Pale Taupe #C08E6F
Tints of Pale Taupe #C08E6F
RGB
CMYK
RGB Variations
Color information
#C08E6F (or 0xC08E6F) is known color: Pale Taupe. HEX triplet: C0, 8E and 6F. RGB value is (192,142,111). Sum of RGB (Red+Green+Blue) = 192+142+111=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E6F is #3F7190. Grayscale: #999999. Windows color (decimal): -4157841 or 7311040. OLE color: 7311040.
HSL color Cylindrical-coordinate representation of color #C08E6F: hue angle of 22.96º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08E6F is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 111 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.25 |
| HSL | 22.96º | 0.39% | 0.59% | - |
| HSV(B) | 22.96º | 0.42% | 0.75% | - |
| XYZ | 34.28 | 31.7 | 19.35 | - |
| YUV | 153.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 111 | 0 | 0.26 | 0.42 | 0.25 | 22.96 | 0.39 | 0.59 |
| Hex | C0 | 8E | 6F | 0 | 1A | 2A | 19 | 17 | 27 | 3B |
| Octal | 300 | 216 | 157 | 0 | 32 | 52 | 31 | 27 | 47 | 73 |
| Binary | 11000000 | 10001110 | 1101111 | 0 | 11010 | 101010 | 11001 | 10111 | 100111 | 111011 |
Color Harmonies of #C08E6F
Complementary color
Monochromatic Colors of #C08E6F
Black with #C08E6F
Text Example
Text Example
White with #C08E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E6F; }
p { color: rgb(192,142,111); }
H1.HeaderClassName
{
color: #C08E6F;
}
.AnyTagClassName
{
color: #C08E6F;
}
</style>
background-color css
<style>
a { background-color: #C08E6F; }
a { background-color: rgb(192,142,111); }
div.DivClassName
{
background-color: #C08E6F;
}
.BgClassName
{
background-color: #C08E6F;
}
</style>
border-color css
<style>
span { border-color: #C08E6F; }
span { border-color: rgb(192,142,111); }
td.TdClassName
{
border-color: #C08E6F;
}
.TagClassName
{
border-color: #C08E6F;
}
</style>