Shades of Pale Taupe #C09377
Tints of Pale Taupe #C09377
RGB
CMYK
RGB Variations
Color information
#C09377 (or 0xC09377) is known color: Pale Taupe. HEX triplet: C0, 93 and 77. RGB value is (192,147,119). Sum of RGB (Red+Green+Blue) = 192+147+119=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C09377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09377 is #3F6C88. Grayscale: #9D9D9D. Windows color (decimal): -4156553 or 7836608. OLE color: 7836608.
HSL color Cylindrical-coordinate representation of color #C09377: hue angle of 23.01º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09377 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 119 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.25 |
| HSL | 23.01º | 0.37% | 0.61% | - |
| HSV(B) | 23.01º | 0.38% | 0.75% | - |
| XYZ | 35.5 | 33.41 | 22.03 | - |
| YUV | 157.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 119 | 0 | 0.23 | 0.38 | 0.25 | 23.01 | 0.37 | 0.61 |
| Hex | C0 | 93 | 77 | 0 | 17 | 26 | 19 | 17 | 25 | 3D |
| Octal | 300 | 223 | 167 | 0 | 27 | 46 | 31 | 27 | 45 | 75 |
| Binary | 11000000 | 10010011 | 1110111 | 0 | 10111 | 100110 | 11001 | 10111 | 100101 | 111101 |
Color Harmonies of #C09377
Complementary color
Monochromatic Colors of #C09377
Black with #C09377
Text Example
Text Example
White with #C09377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09377; }
p { color: rgb(192,147,119); }
H1.HeaderClassName
{
color: #C09377;
}
.AnyTagClassName
{
color: #C09377;
}
</style>
background-color css
<style>
a { background-color: #C09377; }
a { background-color: rgb(192,147,119); }
div.DivClassName
{
background-color: #C09377;
}
.BgClassName
{
background-color: #C09377;
}
</style>
border-color css
<style>
span { border-color: #C09377; }
span { border-color: rgb(192,147,119); }
td.TdClassName
{
border-color: #C09377;
}
.TagClassName
{
border-color: #C09377;
}
</style>