Shades of Pale Taupe #C09071
Tints of Pale Taupe #C09071
RGB
CMYK
RGB Variations
Color information
#C09071 (or 0xC09071) is known color: Pale Taupe. HEX triplet: C0, 90 and 71. RGB value is (192,144,113). Sum of RGB (Red+Green+Blue) = 192+144+113=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C09071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09071 is #3F6F8E. Grayscale: #9A9A9A. Windows color (decimal): -4157327 or 7442624. OLE color: 7442624.
HSL color Cylindrical-coordinate representation of color #C09071: hue angle of 23.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C09071 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 113 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.25 |
| HSL | 23.54º | 0.39% | 0.6% | - |
| HSV(B) | 23.54º | 0.41% | 0.75% | - |
| XYZ | 34.69 | 32.35 | 20.04 | - |
| YUV | 154.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 113 | 0 | 0.25 | 0.41 | 0.25 | 23.54 | 0.39 | 0.6 |
| Hex | C0 | 90 | 71 | 0 | 19 | 29 | 19 | 18 | 27 | 3C |
| Octal | 300 | 220 | 161 | 0 | 31 | 51 | 31 | 30 | 47 | 74 |
| Binary | 11000000 | 10010000 | 1110001 | 0 | 11001 | 101001 | 11001 | 11000 | 100111 | 111100 |
Color Harmonies of #C09071
Complementary color
Monochromatic Colors of #C09071
Black with #C09071
Text Example
Text Example
White with #C09071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09071; }
p { color: rgb(192,144,113); }
H1.HeaderClassName
{
color: #C09071;
}
.AnyTagClassName
{
color: #C09071;
}
</style>
background-color css
<style>
a { background-color: #C09071; }
a { background-color: rgb(192,144,113); }
div.DivClassName
{
background-color: #C09071;
}
.BgClassName
{
background-color: #C09071;
}
</style>
border-color css
<style>
span { border-color: #C09071; }
span { border-color: rgb(192,144,113); }
td.TdClassName
{
border-color: #C09071;
}
.TagClassName
{
border-color: #C09071;
}
</style>