Shades of Tea #C0B7A5
Tints of Tea #C0B7A5
RGB
CMYK
RGB Variations
Color information
#C0B7A5 (or 0xC0B7A5) is known color: Tea. HEX triplet: C0, B7 and A5. RGB value is (192,183,165). Sum of RGB (Red+Green+Blue) = 192+183+165=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B7A5 is #3F485A. Grayscale: #B7B7B7. Windows color (decimal): -4147291 or 10860480. OLE color: 10860480.
HSL color Cylindrical-coordinate representation of color #C0B7A5: hue angle of 40º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B7A5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 165 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.25 |
| HSL | 40º | 0.18% | 0.7% | - |
| HSV(B) | 40º | 0.14% | 0.75% | - |
| XYZ | 45.46 | 47.79 | 42.43 | - |
| YUV | 183.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 165 | 0 | 0.05 | 0.14 | 0.25 | 40 | 0.18 | 0.7 |
| Hex | C0 | B7 | A5 | 0 | 5 | E | 19 | 28 | 12 | 46 |
| Octal | 300 | 267 | 245 | 0 | 5 | 16 | 31 | 50 | 22 | 106 |
| Binary | 11000000 | 10110111 | 10100101 | 0 | 101 | 1110 | 11001 | 101000 | 10010 | 1000110 |
Color Harmonies of #C0B7A5
Complementary color
Monochromatic Colors of #C0B7A5
Black with #C0B7A5
Text Example
Text Example
White with #C0B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7A5; }
p { color: rgb(192,183,165); }
H1.HeaderClassName
{
color: #C0B7A5;
}
.AnyTagClassName
{
color: #C0B7A5;
}
</style>
background-color css
<style>
a { background-color: #C0B7A5; }
a { background-color: rgb(192,183,165); }
div.DivClassName
{
background-color: #C0B7A5;
}
.BgClassName
{
background-color: #C0B7A5;
}
</style>
border-color css
<style>
span { border-color: #C0B7A5; }
span { border-color: rgb(192,183,165); }
td.TdClassName
{
border-color: #C0B7A5;
}
.TagClassName
{
border-color: #C0B7A5;
}
</style>