Shades of Tea #C2B49E
Tints of Tea #C2B49E
RGB
CMYK
RGB Variations
Color information
#C2B49E (or 0xC2B49E) is known color: Tea. HEX triplet: C2, B4 and 9E. RGB value is (194,180,158). Sum of RGB (Red+Green+Blue) = 194+180+158=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B49E is #3D4B61. Grayscale: #B5B5B5. Windows color (decimal): -4016994 or 10400962. OLE color: 10400962.
HSL color Cylindrical-coordinate representation of color #C2B49E: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B49E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 158 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.24 |
| HSL | 36.67º | 0.23% | 0.69% | - |
| HSV(B) | 36.67º | 0.19% | 0.76% | - |
| XYZ | 44.74 | 46.58 | 38.98 | - |
| YUV | 181.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 158 | 0 | 0.07 | 0.19 | 0.24 | 36.67 | 0.23 | 0.69 |
| Hex | C2 | B4 | 9E | 0 | 7 | 13 | 18 | 25 | 17 | 45 |
| Octal | 302 | 264 | 236 | 0 | 7 | 23 | 30 | 45 | 27 | 105 |
| Binary | 11000010 | 10110100 | 10011110 | 0 | 111 | 10011 | 11000 | 100101 | 10111 | 1000101 |
Color Harmonies of #C2B49E
Complementary color
Monochromatic Colors of #C2B49E
Black with #C2B49E
Text Example
Text Example
White with #C2B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B49E; }
p { color: rgb(194,180,158); }
H1.HeaderClassName
{
color: #C2B49E;
}
.AnyTagClassName
{
color: #C2B49E;
}
</style>
background-color css
<style>
a { background-color: #C2B49E; }
a { background-color: rgb(194,180,158); }
div.DivClassName
{
background-color: #C2B49E;
}
.BgClassName
{
background-color: #C2B49E;
}
</style>
border-color css
<style>
span { border-color: #C2B49E; }
span { border-color: rgb(194,180,158); }
td.TdClassName
{
border-color: #C2B49E;
}
.TagClassName
{
border-color: #C2B49E;
}
</style>