Shades of Pale Taupe #C09077
Tints of Pale Taupe #C09077
RGB
CMYK
RGB Variations
Color information
#C09077 (or 0xC09077) is known color: Pale Taupe. HEX triplet: C0, 90 and 77. RGB value is (192,144,119). Sum of RGB (Red+Green+Blue) = 192+144+119=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C09077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09077 is #3F6F88. Grayscale: #9B9B9B. Windows color (decimal): -4157321 or 7835840. OLE color: 7835840.
HSL color Cylindrical-coordinate representation of color #C09077: hue angle of 20.55º 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 #C09077 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 119 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.25 |
| HSL | 20.55º | 0.37% | 0.61% | - |
| HSV(B) | 20.55º | 0.38% | 0.75% | - |
| XYZ | 35.04 | 32.48 | 21.88 | - |
| YUV | 155.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 119 | 0 | 0.25 | 0.38 | 0.25 | 20.55 | 0.37 | 0.61 |
| Hex | C0 | 90 | 77 | 0 | 19 | 26 | 19 | 15 | 25 | 3D |
| Octal | 300 | 220 | 167 | 0 | 31 | 46 | 31 | 25 | 45 | 75 |
| Binary | 11000000 | 10010000 | 1110111 | 0 | 11001 | 100110 | 11001 | 10101 | 100101 | 111101 |
Color Harmonies of #C09077
Complementary color
Monochromatic Colors of #C09077
Black with #C09077
Text Example
Text Example
White with #C09077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09077; }
p { color: rgb(192,144,119); }
H1.HeaderClassName
{
color: #C09077;
}
.AnyTagClassName
{
color: #C09077;
}
</style>
background-color css
<style>
a { background-color: #C09077; }
a { background-color: rgb(192,144,119); }
div.DivClassName
{
background-color: #C09077;
}
.BgClassName
{
background-color: #C09077;
}
</style>
border-color css
<style>
span { border-color: #C09077; }
span { border-color: rgb(192,144,119); }
td.TdClassName
{
border-color: #C09077;
}
.TagClassName
{
border-color: #C09077;
}
</style>