Shades of Tea #C2B59F
Tints of Tea #C2B59F
RGB
CMYK
RGB Variations
Color information
#C2B59F (or 0xC2B59F) is known color: Tea. HEX triplet: C2, B5 and 9F. RGB value is (194,181,159). Sum of RGB (Red+Green+Blue) = 194+181+159=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59F is #3D4A60. Grayscale: #B6B6B6. Windows color (decimal): -4016737 or 10466754. OLE color: 10466754.
HSL color Cylindrical-coordinate representation of color #C2B59F: hue angle of 37.71º 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 #C2B59F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 159 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.24 |
| HSL | 37.71º | 0.22% | 0.69% | - |
| HSV(B) | 37.71º | 0.18% | 0.76% | - |
| XYZ | 45.03 | 47.02 | 39.5 | - |
| YUV | 182.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 159 | 0 | 0.07 | 0.18 | 0.24 | 37.71 | 0.22 | 0.69 |
| Hex | C2 | B5 | 9F | 0 | 7 | 12 | 18 | 26 | 16 | 45 |
| Octal | 302 | 265 | 237 | 0 | 7 | 22 | 30 | 46 | 26 | 105 |
| Binary | 11000010 | 10110101 | 10011111 | 0 | 111 | 10010 | 11000 | 100110 | 10110 | 1000101 |
Color Harmonies of #C2B59F
Complementary color
Monochromatic Colors of #C2B59F
Black with #C2B59F
Text Example
Text Example
White with #C2B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B59F; }
p { color: rgb(194,181,159); }
H1.HeaderClassName
{
color: #C2B59F;
}
.AnyTagClassName
{
color: #C2B59F;
}
</style>
background-color css
<style>
a { background-color: #C2B59F; }
a { background-color: rgb(194,181,159); }
div.DivClassName
{
background-color: #C2B59F;
}
.BgClassName
{
background-color: #C2B59F;
}
</style>
border-color css
<style>
span { border-color: #C2B59F; }
span { border-color: rgb(194,181,159); }
td.TdClassName
{
border-color: #C2B59F;
}
.TagClassName
{
border-color: #C2B59F;
}
</style>