Shades of Tea #C2B69F
Tints of Tea #C2B69F
RGB
CMYK
RGB Variations
Color information
#C2B69F (or 0xC2B69F) is known color: Tea. HEX triplet: C2, B6 and 9F. RGB value is (194,182,159). Sum of RGB (Red+Green+Blue) = 194+182+159=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B69F is #3D4960. Grayscale: #B7B7B7. Windows color (decimal): -4016481 or 10467010. OLE color: 10467010.
HSL color Cylindrical-coordinate representation of color #C2B69F: hue angle of 39.43º 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 #C2B69F is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 159 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.24 |
| HSL | 39.43º | 0.22% | 0.69% | - |
| HSV(B) | 39.43º | 0.18% | 0.76% | - |
| XYZ | 45.23 | 47.43 | 39.57 | - |
| YUV | 182.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 159 | 0 | 0.06 | 0.18 | 0.24 | 39.43 | 0.22 | 0.69 |
| Hex | C2 | B6 | 9F | 0 | 6 | 12 | 18 | 27 | 16 | 45 |
| Octal | 302 | 266 | 237 | 0 | 6 | 22 | 30 | 47 | 26 | 105 |
| Binary | 11000010 | 10110110 | 10011111 | 0 | 110 | 10010 | 11000 | 100111 | 10110 | 1000101 |
Color Harmonies of #C2B69F
Complementary color
Monochromatic Colors of #C2B69F
Black with #C2B69F
Text Example
Text Example
White with #C2B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B69F; }
p { color: rgb(194,182,159); }
H1.HeaderClassName
{
color: #C2B69F;
}
.AnyTagClassName
{
color: #C2B69F;
}
</style>
background-color css
<style>
a { background-color: #C2B69F; }
a { background-color: rgb(194,182,159); }
div.DivClassName
{
background-color: #C2B69F;
}
.BgClassName
{
background-color: #C2B69F;
}
</style>
border-color css
<style>
span { border-color: #C2B69F; }
span { border-color: rgb(194,182,159); }
td.TdClassName
{
border-color: #C2B69F;
}
.TagClassName
{
border-color: #C2B69F;
}
</style>