Shades of Tea #C3B4A0
Tints of Tea #C3B4A0
RGB
CMYK
RGB Variations
Color information
#C3B4A0 (or 0xC3B4A0) is known color: Tea. HEX triplet: C3, B4 and A0. RGB value is (195,180,160). Sum of RGB (Red+Green+Blue) = 195+180+160=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B4A0 is #3C4B5F. Grayscale: #B6B6B6. Windows color (decimal): -3951456 or 10532035. OLE color: 10532035.
HSL color Cylindrical-coordinate representation of color #C3B4A0: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B4A0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 160 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.24 |
| HSL | 34.29º | 0.23% | 0.7% | - |
| HSV(B) | 34.29º | 0.18% | 0.76% | - |
| XYZ | 45.17 | 46.78 | 39.91 | - |
| YUV | 182.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 160 | 0 | 0.08 | 0.18 | 0.24 | 34.29 | 0.23 | 0.7 |
| Hex | C3 | B4 | A0 | 0 | 8 | 12 | 18 | 22 | 17 | 46 |
| Octal | 303 | 264 | 240 | 0 | 10 | 22 | 30 | 42 | 27 | 106 |
| Binary | 11000011 | 10110100 | 10100000 | 0 | 1000 | 10010 | 11000 | 100010 | 10111 | 1000110 |
Color Harmonies of #C3B4A0
Complementary color
Monochromatic Colors of #C3B4A0
Black with #C3B4A0
Text Example
Text Example
White with #C3B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4A0; }
p { color: rgb(195,180,160); }
H1.HeaderClassName
{
color: #C3B4A0;
}
.AnyTagClassName
{
color: #C3B4A0;
}
</style>
background-color css
<style>
a { background-color: #C3B4A0; }
a { background-color: rgb(195,180,160); }
div.DivClassName
{
background-color: #C3B4A0;
}
.BgClassName
{
background-color: #C3B4A0;
}
</style>
border-color css
<style>
span { border-color: #C3B4A0; }
span { border-color: rgb(195,180,160); }
td.TdClassName
{
border-color: #C3B4A0;
}
.TagClassName
{
border-color: #C3B4A0;
}
</style>