Shades of Tea #C4BAA8
Tints of Tea #C4BAA8
RGB
CMYK
RGB Variations
Color information
#C4BAA8 (or 0xC4BAA8) is known color: Tea. HEX triplet: C4, BA and A8. RGB value is (196,186,168). Sum of RGB (Red+Green+Blue) = 196+186+168=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA8 is #3B4557. Grayscale: #BBBBBB. Windows color (decimal): -3884376 or 11057860. OLE color: 11057860.
HSL color Cylindrical-coordinate representation of color #C4BAA8: hue angle of 38.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BAA8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 168 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.23 |
| HSL | 38.57º | 0.19% | 0.71% | - |
| HSV(B) | 38.57º | 0.14% | 0.77% | - |
| XYZ | 47.39 | 49.68 | 44.14 | - |
| YUV | 186.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 168 | 0 | 0.05 | 0.14 | 0.23 | 38.57 | 0.19 | 0.71 |
| Hex | C4 | BA | A8 | 0 | 5 | E | 17 | 27 | 13 | 47 |
| Octal | 304 | 272 | 250 | 0 | 5 | 16 | 27 | 47 | 23 | 107 |
| Binary | 11000100 | 10111010 | 10101000 | 0 | 101 | 1110 | 10111 | 100111 | 10011 | 1000111 |
Color Harmonies of #C4BAA8
Complementary color
Monochromatic Colors of #C4BAA8
Black with #C4BAA8
Text Example
Text Example
White with #C4BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAA8; }
p { color: rgb(196,186,168); }
H1.HeaderClassName
{
color: #C4BAA8;
}
.AnyTagClassName
{
color: #C4BAA8;
}
</style>
background-color css
<style>
a { background-color: #C4BAA8; }
a { background-color: rgb(196,186,168); }
div.DivClassName
{
background-color: #C4BAA8;
}
.BgClassName
{
background-color: #C4BAA8;
}
</style>
border-color css
<style>
span { border-color: #C4BAA8; }
span { border-color: rgb(196,186,168); }
td.TdClassName
{
border-color: #C4BAA8;
}
.TagClassName
{
border-color: #C4BAA8;
}
</style>