Shades of Tea #C0B39E
Tints of Tea #C0B39E
RGB
CMYK
RGB Variations
Color information
#C0B39E (or 0xC0B39E) is known color: Tea. HEX triplet: C0, B3 and 9E. RGB value is (192,179,158). Sum of RGB (Red+Green+Blue) = 192+179+158=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B39E is #3F4C61. Grayscale: #B4B4B4. Windows color (decimal): -4148322 or 10400704. OLE color: 10400704.
HSL color Cylindrical-coordinate representation of color #C0B39E: hue angle of 37.06º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B39E is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 158 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.25 |
| HSL | 37.06º | 0.21% | 0.69% | - |
| HSV(B) | 37.06º | 0.18% | 0.75% | - |
| XYZ | 44.03 | 45.92 | 38.89 | - |
| YUV | 180.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 158 | 0 | 0.07 | 0.18 | 0.25 | 37.06 | 0.21 | 0.69 |
| Hex | C0 | B3 | 9E | 0 | 7 | 12 | 19 | 25 | 15 | 45 |
| Octal | 300 | 263 | 236 | 0 | 7 | 22 | 31 | 45 | 25 | 105 |
| Binary | 11000000 | 10110011 | 10011110 | 0 | 111 | 10010 | 11001 | 100101 | 10101 | 1000101 |
Color Harmonies of #C0B39E
Complementary color
Monochromatic Colors of #C0B39E
Black with #C0B39E
Text Example
Text Example
White with #C0B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B39E; }
p { color: rgb(192,179,158); }
H1.HeaderClassName
{
color: #C0B39E;
}
.AnyTagClassName
{
color: #C0B39E;
}
</style>
background-color css
<style>
a { background-color: #C0B39E; }
a { background-color: rgb(192,179,158); }
div.DivClassName
{
background-color: #C0B39E;
}
.BgClassName
{
background-color: #C0B39E;
}
</style>
border-color css
<style>
span { border-color: #C0B39E; }
span { border-color: rgb(192,179,158); }
td.TdClassName
{
border-color: #C0B39E;
}
.TagClassName
{
border-color: #C0B39E;
}
</style>