Shades of Tea #C0B6A0
Tints of Tea #C0B6A0
RGB
CMYK
RGB Variations
Color information
#C0B6A0 (or 0xC0B6A0) is known color: Tea. HEX triplet: C0, B6 and A0. RGB value is (192,182,160). Sum of RGB (Red+Green+Blue) = 192+182+160=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B6A0 is #3F495F. Grayscale: #B6B6B6. Windows color (decimal): -4147552 or 10532544. OLE color: 10532544.
HSL color Cylindrical-coordinate representation of color #C0B6A0: hue angle of 41.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0B6A0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 160 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.25 |
| HSL | 41.25º | 0.2% | 0.69% | - |
| HSV(B) | 41.25º | 0.17% | 0.75% | - |
| XYZ | 44.81 | 47.2 | 40.01 | - |
| YUV | 182.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 160 | 0 | 0.05 | 0.17 | 0.25 | 41.25 | 0.2 | 0.69 |
| Hex | C0 | B6 | A0 | 0 | 5 | 11 | 19 | 29 | 14 | 45 |
| Octal | 300 | 266 | 240 | 0 | 5 | 21 | 31 | 51 | 24 | 105 |
| Binary | 11000000 | 10110110 | 10100000 | 0 | 101 | 10001 | 11001 | 101001 | 10100 | 1000101 |
Color Harmonies of #C0B6A0
Complementary color
Monochromatic Colors of #C0B6A0
Black with #C0B6A0
Text Example
Text Example
White with #C0B6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6A0; }
p { color: rgb(192,182,160); }
H1.HeaderClassName
{
color: #C0B6A0;
}
.AnyTagClassName
{
color: #C0B6A0;
}
</style>
background-color css
<style>
a { background-color: #C0B6A0; }
a { background-color: rgb(192,182,160); }
div.DivClassName
{
background-color: #C0B6A0;
}
.BgClassName
{
background-color: #C0B6A0;
}
</style>
border-color css
<style>
span { border-color: #C0B6A0; }
span { border-color: rgb(192,182,160); }
td.TdClassName
{
border-color: #C0B6A0;
}
.TagClassName
{
border-color: #C0B6A0;
}
</style>