Shades of Pale Taupe #C09B7E
Tints of Pale Taupe #C09B7E
RGB
CMYK
RGB Variations
Color information
#C09B7E (or 0xC09B7E) is known color: Pale Taupe. HEX triplet: C0, 9B and 7E. RGB value is (192,155,126). Sum of RGB (Red+Green+Blue) = 192+155+126=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B7E is #3F6481. Grayscale: #A2A2A2. Windows color (decimal): -4154498 or 8297408. OLE color: 8297408.
HSL color Cylindrical-coordinate representation of color #C09B7E: hue angle of 26.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09B7E is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 126 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.25 |
| HSL | 26.36º | 0.34% | 0.62% | - |
| HSV(B) | 26.36º | 0.34% | 0.75% | - |
| XYZ | 37.23 | 36.16 | 24.76 | - |
| YUV | 162.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 126 | 0 | 0.19 | 0.34 | 0.25 | 26.36 | 0.34 | 0.62 |
| Hex | C0 | 9B | 7E | 0 | 13 | 22 | 19 | 1A | 22 | 3E |
| Octal | 300 | 233 | 176 | 0 | 23 | 42 | 31 | 32 | 42 | 76 |
| Binary | 11000000 | 10011011 | 1111110 | 0 | 10011 | 100010 | 11001 | 11010 | 100010 | 111110 |
Color Harmonies of #C09B7E
Complementary color
Monochromatic Colors of #C09B7E
Black with #C09B7E
Text Example
Text Example
White with #C09B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B7E; }
p { color: rgb(192,155,126); }
H1.HeaderClassName
{
color: #C09B7E;
}
.AnyTagClassName
{
color: #C09B7E;
}
</style>
background-color css
<style>
a { background-color: #C09B7E; }
a { background-color: rgb(192,155,126); }
div.DivClassName
{
background-color: #C09B7E;
}
.BgClassName
{
background-color: #C09B7E;
}
</style>
border-color css
<style>
span { border-color: #C09B7E; }
span { border-color: rgb(192,155,126); }
td.TdClassName
{
border-color: #C09B7E;
}
.TagClassName
{
border-color: #C09B7E;
}
</style>