Shades of Pale Taupe #C09C7F
Tints of Pale Taupe #C09C7F
RGB
CMYK
RGB Variations
Color information
#C09C7F (or 0xC09C7F) is known color: Pale Taupe. HEX triplet: C0, 9C and 7F. RGB value is (192,156,127). Sum of RGB (Red+Green+Blue) = 192+156+127=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C7F is #3F6380. Grayscale: #A3A3A3. Windows color (decimal): -4154241 or 8363200. OLE color: 8363200.
HSL color Cylindrical-coordinate representation of color #C09C7F: hue angle of 26.77º 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 #C09C7F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 127 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.25 |
| HSL | 26.77º | 0.34% | 0.63% | - |
| HSV(B) | 26.77º | 0.34% | 0.75% | - |
| XYZ | 37.46 | 36.52 | 25.15 | - |
| YUV | 163.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 127 | 0 | 0.19 | 0.34 | 0.25 | 26.77 | 0.34 | 0.63 |
| Hex | C0 | 9C | 7F | 0 | 13 | 22 | 19 | 1B | 22 | 3F |
| Octal | 300 | 234 | 177 | 0 | 23 | 42 | 31 | 33 | 42 | 77 |
| Binary | 11000000 | 10011100 | 1111111 | 0 | 10011 | 100010 | 11001 | 11011 | 100010 | 111111 |
Color Harmonies of #C09C7F
Complementary color
Monochromatic Colors of #C09C7F
Black with #C09C7F
Text Example
Text Example
White with #C09C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C7F; }
p { color: rgb(192,156,127); }
H1.HeaderClassName
{
color: #C09C7F;
}
.AnyTagClassName
{
color: #C09C7F;
}
</style>
background-color css
<style>
a { background-color: #C09C7F; }
a { background-color: rgb(192,156,127); }
div.DivClassName
{
background-color: #C09C7F;
}
.BgClassName
{
background-color: #C09C7F;
}
</style>
border-color css
<style>
span { border-color: #C09C7F; }
span { border-color: rgb(192,156,127); }
td.TdClassName
{
border-color: #C09C7F;
}
.TagClassName
{
border-color: #C09C7F;
}
</style>