Shades of Tea #C3B69F
Tints of Tea #C3B69F
RGB
CMYK
RGB Variations
Color information
#C3B69F (or 0xC3B69F) is known color: Tea. HEX triplet: C3, B6 and 9F. RGB value is (195,182,159). Sum of RGB (Red+Green+Blue) = 195+182+159=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B69F is #3C4960. Grayscale: #B7B7B7. Windows color (decimal): -3950945 or 10467011. OLE color: 10467011.
HSL color Cylindrical-coordinate representation of color #C3B69F: hue angle of 38.33º degrees, saturation: 0.23, 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 #C3B69F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 159 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.24 |
| HSL | 38.33º | 0.23% | 0.69% | - |
| HSV(B) | 38.33º | 0.18% | 0.76% | - |
| XYZ | 45.49 | 47.56 | 39.58 | - |
| YUV | 183.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 159 | 0 | 0.07 | 0.18 | 0.24 | 38.33 | 0.23 | 0.69 |
| Hex | C3 | B6 | 9F | 0 | 7 | 12 | 18 | 26 | 17 | 45 |
| Octal | 303 | 266 | 237 | 0 | 7 | 22 | 30 | 46 | 27 | 105 |
| Binary | 11000011 | 10110110 | 10011111 | 0 | 111 | 10010 | 11000 | 100110 | 10111 | 1000101 |
Color Harmonies of #C3B69F
Complementary color
Monochromatic Colors of #C3B69F
Black with #C3B69F
Text Example
Text Example
White with #C3B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B69F; }
p { color: rgb(195,182,159); }
H1.HeaderClassName
{
color: #C3B69F;
}
.AnyTagClassName
{
color: #C3B69F;
}
</style>
background-color css
<style>
a { background-color: #C3B69F; }
a { background-color: rgb(195,182,159); }
div.DivClassName
{
background-color: #C3B69F;
}
.BgClassName
{
background-color: #C3B69F;
}
</style>
border-color css
<style>
span { border-color: #C3B69F; }
span { border-color: rgb(195,182,159); }
td.TdClassName
{
border-color: #C3B69F;
}
.TagClassName
{
border-color: #C3B69F;
}
</style>