Shades of Pale Taupe #C09E7E
Tints of Pale Taupe #C09E7E
RGB
CMYK
RGB Variations
Color information
#C09E7E (or 0xC09E7E) is known color: Pale Taupe. HEX triplet: C0, 9E and 7E. RGB value is (192,158,126). Sum of RGB (Red+Green+Blue) = 192+158+126=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E7E is #3F6181. Grayscale: #A4A4A4. Windows color (decimal): -4153730 or 8298176. OLE color: 8298176.
HSL color Cylindrical-coordinate representation of color #C09E7E: hue angle of 29.09º 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 #C09E7E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 126 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.25 |
| HSL | 29.09º | 0.34% | 0.62% | - |
| HSV(B) | 29.09º | 0.34% | 0.75% | - |
| XYZ | 37.73 | 37.17 | 24.92 | - |
| YUV | 164.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 126 | 0 | 0.18 | 0.34 | 0.25 | 29.09 | 0.34 | 0.62 |
| Hex | C0 | 9E | 7E | 0 | 12 | 22 | 19 | 1D | 22 | 3E |
| Octal | 300 | 236 | 176 | 0 | 22 | 42 | 31 | 35 | 42 | 76 |
| Binary | 11000000 | 10011110 | 1111110 | 0 | 10010 | 100010 | 11001 | 11101 | 100010 | 111110 |
Color Harmonies of #C09E7E
Complementary color
Monochromatic Colors of #C09E7E
Black with #C09E7E
Text Example
Text Example
White with #C09E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E7E; }
p { color: rgb(192,158,126); }
H1.HeaderClassName
{
color: #C09E7E;
}
.AnyTagClassName
{
color: #C09E7E;
}
</style>
background-color css
<style>
a { background-color: #C09E7E; }
a { background-color: rgb(192,158,126); }
div.DivClassName
{
background-color: #C09E7E;
}
.BgClassName
{
background-color: #C09E7E;
}
</style>
border-color css
<style>
span { border-color: #C09E7E; }
span { border-color: rgb(192,158,126); }
td.TdClassName
{
border-color: #C09E7E;
}
.TagClassName
{
border-color: #C09E7E;
}
</style>