Shades of Tea #C4B69F
Tints of Tea #C4B69F
RGB
CMYK
RGB Variations
Color information
#C4B69F (or 0xC4B69F) is known color: Tea. HEX triplet: C4, B6 and 9F. RGB value is (196,182,159). Sum of RGB (Red+Green+Blue) = 196+182+159=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B69F is #3B4960. Grayscale: #B7B7B7. Windows color (decimal): -3885409 or 10467012. OLE color: 10467012.
HSL color Cylindrical-coordinate representation of color #C4B69F: hue angle of 37.3º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B69F is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 159 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.23 |
| HSL | 37.3º | 0.24% | 0.7% | - |
| HSV(B) | 37.3º | 0.19% | 0.77% | - |
| XYZ | 45.75 | 47.69 | 39.6 | - |
| YUV | 183.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 159 | 0 | 0.07 | 0.19 | 0.23 | 37.3 | 0.24 | 0.7 |
| Hex | C4 | B6 | 9F | 0 | 7 | 13 | 17 | 25 | 18 | 46 |
| Octal | 304 | 266 | 237 | 0 | 7 | 23 | 27 | 45 | 30 | 106 |
| Binary | 11000100 | 10110110 | 10011111 | 0 | 111 | 10011 | 10111 | 100101 | 11000 | 1000110 |
Color Harmonies of #C4B69F
Complementary color
Monochromatic Colors of #C4B69F
Black with #C4B69F
Text Example
Text Example
White with #C4B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B69F; }
p { color: rgb(196,182,159); }
H1.HeaderClassName
{
color: #C4B69F;
}
.AnyTagClassName
{
color: #C4B69F;
}
</style>
background-color css
<style>
a { background-color: #C4B69F; }
a { background-color: rgb(196,182,159); }
div.DivClassName
{
background-color: #C4B69F;
}
.BgClassName
{
background-color: #C4B69F;
}
</style>
border-color css
<style>
span { border-color: #C4B69F; }
span { border-color: rgb(196,182,159); }
td.TdClassName
{
border-color: #C4B69F;
}
.TagClassName
{
border-color: #C4B69F;
}
</style>