Shades of Tea #C2B9A7
Tints of Tea #C2B9A7
RGB
CMYK
RGB Variations
Color information
#C2B9A7 (or 0xC2B9A7) is known color: Tea. HEX triplet: C2, B9 and A7. RGB value is (194,185,167). Sum of RGB (Red+Green+Blue) = 194+185+167=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B9A7 is #3D4658. Grayscale: #B9B9B9. Windows color (decimal): -4015705 or 10992066. OLE color: 10992066.
HSL color Cylindrical-coordinate representation of color #C2B9A7: hue angle of 40º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B9A7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 167 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.24 |
| HSL | 40º | 0.18% | 0.71% | - |
| HSV(B) | 40º | 0.14% | 0.76% | - |
| XYZ | 46.57 | 48.96 | 43.55 | - |
| YUV | 185.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 167 | 0 | 0.05 | 0.14 | 0.24 | 40 | 0.18 | 0.71 |
| Hex | C2 | B9 | A7 | 0 | 5 | E | 18 | 28 | 12 | 47 |
| Octal | 302 | 271 | 247 | 0 | 5 | 16 | 30 | 50 | 22 | 107 |
| Binary | 11000010 | 10111001 | 10100111 | 0 | 101 | 1110 | 11000 | 101000 | 10010 | 1000111 |
Color Harmonies of #C2B9A7
Complementary color
Monochromatic Colors of #C2B9A7
Black with #C2B9A7
Text Example
Text Example
White with #C2B9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9A7; }
p { color: rgb(194,185,167); }
H1.HeaderClassName
{
color: #C2B9A7;
}
.AnyTagClassName
{
color: #C2B9A7;
}
</style>
background-color css
<style>
a { background-color: #C2B9A7; }
a { background-color: rgb(194,185,167); }
div.DivClassName
{
background-color: #C2B9A7;
}
.BgClassName
{
background-color: #C2B9A7;
}
</style>
border-color css
<style>
span { border-color: #C2B9A7; }
span { border-color: rgb(194,185,167); }
td.TdClassName
{
border-color: #C2B9A7;
}
.TagClassName
{
border-color: #C2B9A7;
}
</style>