Shades of Tea #C2B3A0
Tints of Tea #C2B3A0
RGB
CMYK
RGB Variations
Color information
#C2B3A0 (or 0xC2B3A0) is known color: Tea. HEX triplet: C2, B3 and A0. RGB value is (194,179,160). Sum of RGB (Red+Green+Blue) = 194+179+160=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3A0 is #3D4C5F. Grayscale: #B5B5B5. Windows color (decimal): -4017248 or 10531778. OLE color: 10531778.
HSL color Cylindrical-coordinate representation of color #C2B3A0: hue angle of 33.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B3A0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 160 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.24 |
| HSL | 33.53º | 0.22% | 0.69% | - |
| HSV(B) | 33.53º | 0.18% | 0.76% | - |
| XYZ | 44.71 | 46.25 | 39.83 | - |
| YUV | 181.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 160 | 0 | 0.08 | 0.18 | 0.24 | 33.53 | 0.22 | 0.69 |
| Hex | C2 | B3 | A0 | 0 | 8 | 12 | 18 | 22 | 16 | 45 |
| Octal | 302 | 263 | 240 | 0 | 10 | 22 | 30 | 42 | 26 | 105 |
| Binary | 11000010 | 10110011 | 10100000 | 0 | 1000 | 10010 | 11000 | 100010 | 10110 | 1000101 |
Color Harmonies of #C2B3A0
Complementary color
Monochromatic Colors of #C2B3A0
Black with #C2B3A0
Text Example
Text Example
White with #C2B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3A0; }
p { color: rgb(194,179,160); }
H1.HeaderClassName
{
color: #C2B3A0;
}
.AnyTagClassName
{
color: #C2B3A0;
}
</style>
background-color css
<style>
a { background-color: #C2B3A0; }
a { background-color: rgb(194,179,160); }
div.DivClassName
{
background-color: #C2B3A0;
}
.BgClassName
{
background-color: #C2B3A0;
}
</style>
border-color css
<style>
span { border-color: #C2B3A0; }
span { border-color: rgb(194,179,160); }
td.TdClassName
{
border-color: #C2B3A0;
}
.TagClassName
{
border-color: #C2B3A0;
}
</style>