Shades of Tea #C0B5A2
Tints of Tea #C0B5A2
RGB
CMYK
RGB Variations
Color information
#C0B5A2 (or 0xC0B5A2) is known color: Tea. HEX triplet: C0, B5 and A2. RGB value is (192,181,162). Sum of RGB (Red+Green+Blue) = 192+181+162=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5A2 is #3F4A5D. Grayscale: #B6B6B6. Windows color (decimal): -4147806 or 10663360. OLE color: 10663360.
HSL color Cylindrical-coordinate representation of color #C0B5A2: hue angle of 38º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0B5A2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 181 | 162 | - |
CMYK | 0 | 0.06 | 0.16 | 0.25 |
HSL | 38º | 0.19% | 0.69% | - |
HSV(B) | 38º | 0.16% | 0.75% | - |
XYZ | 44.78 | 46.86 | 40.87 | - |
YUV | 182.12 | 116.64 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 181 | 162 | 0 | 0.06 | 0.16 | 0.25 | 38 | 0.19 | 0.69 |
Hex | C0 | B5 | A2 | 0 | 6 | 10 | 19 | 26 | 13 | 45 |
Octal | 300 | 265 | 242 | 0 | 6 | 20 | 31 | 46 | 23 | 105 |
Binary | 11000000 | 10110101 | 10100010 | 0 | 110 | 10000 | 11001 | 100110 | 10011 | 1000101 |
Color Harmonies of #C0B5A2
Complementary color
Monochromatic Colors of #C0B5A2
Black with #C0B5A2
Text Example
Text Example
White with #C0B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5A2; }
p { color: rgb(192,181,162); }
H1.HeaderClassName
{
color: #C0B5A2;
}
.AnyTagClassName
{
color: #C0B5A2;
}
</style>
background-color css
<style>
a { background-color: #C0B5A2; }
a { background-color: rgb(192,181,162); }
div.DivClassName
{
background-color: #C0B5A2;
}
.BgClassName
{
background-color: #C0B5A2;
}
</style>
border-color css
<style>
span { border-color: #C0B5A2; }
span { border-color: rgb(192,181,162); }
td.TdClassName
{
border-color: #C0B5A2;
}
.TagClassName
{
border-color: #C0B5A2;
}
</style>