Shades of Tea #C2B5A4
Tints of Tea #C2B5A4
RGB
CMYK
RGB Variations
Color information
#C2B5A4 (or 0xC2B5A4) is known color: Tea. HEX triplet: C2, B5 and A4. RGB value is (194,181,164). Sum of RGB (Red+Green+Blue) = 194+181+164=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B5A4 is #3D4A5B. Grayscale: #B7B7B7. Windows color (decimal): -4016732 or 10794434. OLE color: 10794434.
HSL color Cylindrical-coordinate representation of color #C2B5A4: hue angle of 34º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B5A4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 164 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.24 |
| HSL | 34º | 0.2% | 0.7% | - |
| HSV(B) | 34º | 0.15% | 0.76% | - |
| XYZ | 45.47 | 47.2 | 41.84 | - |
| YUV | 182.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 164 | 0 | 0.07 | 0.15 | 0.24 | 34 | 0.2 | 0.7 |
| Hex | C2 | B5 | A4 | 0 | 7 | F | 18 | 22 | 14 | 46 |
| Octal | 302 | 265 | 244 | 0 | 7 | 17 | 30 | 42 | 24 | 106 |
| Binary | 11000010 | 10110101 | 10100100 | 0 | 111 | 1111 | 11000 | 100010 | 10100 | 1000110 |
Color Harmonies of #C2B5A4
Complementary color
Monochromatic Colors of #C2B5A4
Black with #C2B5A4
Text Example
Text Example
White with #C2B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5A4; }
p { color: rgb(194,181,164); }
H1.HeaderClassName
{
color: #C2B5A4;
}
.AnyTagClassName
{
color: #C2B5A4;
}
</style>
background-color css
<style>
a { background-color: #C2B5A4; }
a { background-color: rgb(194,181,164); }
div.DivClassName
{
background-color: #C2B5A4;
}
.BgClassName
{
background-color: #C2B5A4;
}
</style>
border-color css
<style>
span { border-color: #C2B5A4; }
span { border-color: rgb(194,181,164); }
td.TdClassName
{
border-color: #C2B5A4;
}
.TagClassName
{
border-color: #C2B5A4;
}
</style>