Shades of Tea #C3B7A2
Tints of Tea #C3B7A2
RGB
CMYK
RGB Variations
Color information
#C3B7A2 (or 0xC3B7A2) is known color: Tea. HEX triplet: C3, B7 and A2. RGB value is (195,183,162). Sum of RGB (Red+Green+Blue) = 195+183+162=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7A2 is #3C485D. Grayscale: #B8B8B8. Windows color (decimal): -3950686 or 10663875. OLE color: 10663875.
HSL color Cylindrical-coordinate representation of color #C3B7A2: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3B7A2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 162 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.24 |
| HSL | 38.18º | 0.22% | 0.7% | - |
| HSV(B) | 38.18º | 0.17% | 0.76% | - |
| XYZ | 45.96 | 48.08 | 41.04 | - |
| YUV | 184.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 162 | 0 | 0.06 | 0.17 | 0.24 | 38.18 | 0.22 | 0.7 |
| Hex | C3 | B7 | A2 | 0 | 6 | 11 | 18 | 26 | 16 | 46 |
| Octal | 303 | 267 | 242 | 0 | 6 | 21 | 30 | 46 | 26 | 106 |
| Binary | 11000011 | 10110111 | 10100010 | 0 | 110 | 10001 | 11000 | 100110 | 10110 | 1000110 |
Color Harmonies of #C3B7A2
Complementary color
Monochromatic Colors of #C3B7A2
Black with #C3B7A2
Text Example
Text Example
White with #C3B7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7A2; }
p { color: rgb(195,183,162); }
H1.HeaderClassName
{
color: #C3B7A2;
}
.AnyTagClassName
{
color: #C3B7A2;
}
</style>
background-color css
<style>
a { background-color: #C3B7A2; }
a { background-color: rgb(195,183,162); }
div.DivClassName
{
background-color: #C3B7A2;
}
.BgClassName
{
background-color: #C3B7A2;
}
</style>
border-color css
<style>
span { border-color: #C3B7A2; }
span { border-color: rgb(195,183,162); }
td.TdClassName
{
border-color: #C3B7A2;
}
.TagClassName
{
border-color: #C3B7A2;
}
</style>