Shades of Pale Taupe #C09D7F
Tints of Pale Taupe #C09D7F
RGB
CMYK
RGB Variations
Color information
#C09D7F (or 0xC09D7F) is known color: Pale Taupe. HEX triplet: C0, 9D and 7F. RGB value is (192,157,127). Sum of RGB (Red+Green+Blue) = 192+157+127=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D7F is #3F6280. Grayscale: #A4A4A4. Windows color (decimal): -4153985 or 8363456. OLE color: 8363456.
HSL color Cylindrical-coordinate representation of color #C09D7F: hue angle of 27.69º 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 #C09D7F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 127 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.25 |
| HSL | 27.69º | 0.34% | 0.63% | - |
| HSV(B) | 27.69º | 0.34% | 0.75% | - |
| XYZ | 37.63 | 36.85 | 25.21 | - |
| YUV | 164.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 127 | 0 | 0.18 | 0.34 | 0.25 | 27.69 | 0.34 | 0.63 |
| Hex | C0 | 9D | 7F | 0 | 12 | 22 | 19 | 1C | 22 | 3F |
| Octal | 300 | 235 | 177 | 0 | 22 | 42 | 31 | 34 | 42 | 77 |
| Binary | 11000000 | 10011101 | 1111111 | 0 | 10010 | 100010 | 11001 | 11100 | 100010 | 111111 |
Color Harmonies of #C09D7F
Complementary color
Monochromatic Colors of #C09D7F
Black with #C09D7F
Text Example
Text Example
White with #C09D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D7F; }
p { color: rgb(192,157,127); }
H1.HeaderClassName
{
color: #C09D7F;
}
.AnyTagClassName
{
color: #C09D7F;
}
</style>
background-color css
<style>
a { background-color: #C09D7F; }
a { background-color: rgb(192,157,127); }
div.DivClassName
{
background-color: #C09D7F;
}
.BgClassName
{
background-color: #C09D7F;
}
</style>
border-color css
<style>
span { border-color: #C09D7F; }
span { border-color: rgb(192,157,127); }
td.TdClassName
{
border-color: #C09D7F;
}
.TagClassName
{
border-color: #C09D7F;
}
</style>