Shades of Pale Taupe #C09778
Tints of Pale Taupe #C09778
RGB
CMYK
RGB Variations
Color information
#C09778 (or 0xC09778) is known color: Pale Taupe. HEX triplet: C0, 97 and 78. RGB value is (192,151,120). Sum of RGB (Red+Green+Blue) = 192+151+120=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C09778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09778 is #3F6887. Grayscale: #9F9F9F. Windows color (decimal): -4155528 or 7903168. OLE color: 7903168.
HSL color Cylindrical-coordinate representation of color #C09778: hue angle of 25.83º degrees, saturation: 0.36, 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 #C09778 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 120 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.25 |
| HSL | 25.83º | 0.36% | 0.61% | - |
| HSV(B) | 25.83º | 0.38% | 0.75% | - |
| XYZ | 36.2 | 34.7 | 22.56 | - |
| YUV | 159.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 120 | 0 | 0.21 | 0.38 | 0.25 | 25.83 | 0.36 | 0.61 |
| Hex | C0 | 97 | 78 | 0 | 15 | 26 | 19 | 1A | 24 | 3D |
| Octal | 300 | 227 | 170 | 0 | 25 | 46 | 31 | 32 | 44 | 75 |
| Binary | 11000000 | 10010111 | 1111000 | 0 | 10101 | 100110 | 11001 | 11010 | 100100 | 111101 |
Color Harmonies of #C09778
Complementary color
Monochromatic Colors of #C09778
Black with #C09778
Text Example
Text Example
White with #C09778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09778; }
p { color: rgb(192,151,120); }
H1.HeaderClassName
{
color: #C09778;
}
.AnyTagClassName
{
color: #C09778;
}
</style>
background-color css
<style>
a { background-color: #C09778; }
a { background-color: rgb(192,151,120); }
div.DivClassName
{
background-color: #C09778;
}
.BgClassName
{
background-color: #C09778;
}
</style>
border-color css
<style>
span { border-color: #C09778; }
span { border-color: rgb(192,151,120); }
td.TdClassName
{
border-color: #C09778;
}
.TagClassName
{
border-color: #C09778;
}
</style>