Shades of Pale Taupe #C09E7F
Tints of Pale Taupe #C09E7F
RGB
CMYK
RGB Variations
Color information
#C09E7F (or 0xC09E7F) is known color: Pale Taupe. HEX triplet: C0, 9E and 7F. RGB value is (192,158,127). Sum of RGB (Red+Green+Blue) = 192+158+127=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E7F is #3F6180. Grayscale: #A4A4A4. Windows color (decimal): -4153729 or 8363712. OLE color: 8363712.
HSL color Cylindrical-coordinate representation of color #C09E7F: hue angle of 28.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09E7F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 127 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.25 |
| HSL | 28.62º | 0.34% | 0.63% | - |
| HSV(B) | 28.62º | 0.34% | 0.75% | - |
| XYZ | 37.8 | 37.19 | 25.27 | - |
| YUV | 164.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 127 | 0 | 0.18 | 0.34 | 0.25 | 28.62 | 0.34 | 0.63 |
| Hex | C0 | 9E | 7F | 0 | 12 | 22 | 19 | 1D | 22 | 3F |
| Octal | 300 | 236 | 177 | 0 | 22 | 42 | 31 | 35 | 42 | 77 |
| Binary | 11000000 | 10011110 | 1111111 | 0 | 10010 | 100010 | 11001 | 11101 | 100010 | 111111 |
Color Harmonies of #C09E7F
Complementary color
Monochromatic Colors of #C09E7F
Black with #C09E7F
Text Example
Text Example
White with #C09E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E7F; }
p { color: rgb(192,158,127); }
H1.HeaderClassName
{
color: #C09E7F;
}
.AnyTagClassName
{
color: #C09E7F;
}
</style>
background-color css
<style>
a { background-color: #C09E7F; }
a { background-color: rgb(192,158,127); }
div.DivClassName
{
background-color: #C09E7F;
}
.BgClassName
{
background-color: #C09E7F;
}
</style>
border-color css
<style>
span { border-color: #C09E7F; }
span { border-color: rgb(192,158,127); }
td.TdClassName
{
border-color: #C09E7F;
}
.TagClassName
{
border-color: #C09E7F;
}
</style>