Shades of Tea #C3B5A0
Tints of Tea #C3B5A0
RGB
CMYK
RGB Variations
Color information
#C3B5A0 (or 0xC3B5A0) is known color: Tea. HEX triplet: C3, B5 and A0. RGB value is (195,181,160). Sum of RGB (Red+Green+Blue) = 195+181+160=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B5A0 is #3C4A5F. Grayscale: #B6B6B6. Windows color (decimal): -3951200 or 10532291. OLE color: 10532291.
HSL color Cylindrical-coordinate representation of color #C3B5A0: hue angle of 36º 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 #C3B5A0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 160 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.24 |
| HSL | 36º | 0.23% | 0.7% | - |
| HSV(B) | 36º | 0.18% | 0.76% | - |
| XYZ | 45.37 | 47.19 | 39.97 | - |
| YUV | 182.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 160 | 0 | 0.07 | 0.18 | 0.24 | 36 | 0.23 | 0.7 |
| Hex | C3 | B5 | A0 | 0 | 7 | 12 | 18 | 24 | 17 | 46 |
| Octal | 303 | 265 | 240 | 0 | 7 | 22 | 30 | 44 | 27 | 106 |
| Binary | 11000011 | 10110101 | 10100000 | 0 | 111 | 10010 | 11000 | 100100 | 10111 | 1000110 |
Color Harmonies of #C3B5A0
Complementary color
Monochromatic Colors of #C3B5A0
Black with #C3B5A0
Text Example
Text Example
White with #C3B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5A0; }
p { color: rgb(195,181,160); }
H1.HeaderClassName
{
color: #C3B5A0;
}
.AnyTagClassName
{
color: #C3B5A0;
}
</style>
background-color css
<style>
a { background-color: #C3B5A0; }
a { background-color: rgb(195,181,160); }
div.DivClassName
{
background-color: #C3B5A0;
}
.BgClassName
{
background-color: #C3B5A0;
}
</style>
border-color css
<style>
span { border-color: #C3B5A0; }
span { border-color: rgb(195,181,160); }
td.TdClassName
{
border-color: #C3B5A0;
}
.TagClassName
{
border-color: #C3B5A0;
}
</style>