Shades of Tea #C0B8A8
Tints of Tea #C0B8A8
RGB
CMYK
RGB Variations
Color information
#C0B8A8 (or 0xC0B8A8) is known color: Tea. HEX triplet: C0, B8 and A8. RGB value is (192,184,168). Sum of RGB (Red+Green+Blue) = 192+184+168=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8A8 is #3F4757. Grayscale: #B8B8B8. Windows color (decimal): -4147032 or 11057344. OLE color: 11057344.
HSL color Cylindrical-coordinate representation of color #C0B8A8: hue angle of 40º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B8A8 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 184 | 168 | - |
CMYK | 0 | 0.04 | 0.12 | 0.25 |
HSL | 40º | 0.16% | 0.71% | - |
HSV(B) | 40º | 0.13% | 0.75% | - |
XYZ | 45.95 | 48.31 | 43.95 | - |
YUV | 184.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 184 | 168 | 0 | 0.04 | 0.12 | 0.25 | 40 | 0.16 | 0.71 |
Hex | C0 | B8 | A8 | 0 | 4 | C | 19 | 28 | 10 | 47 |
Octal | 300 | 270 | 250 | 0 | 4 | 14 | 31 | 50 | 20 | 107 |
Binary | 11000000 | 10111000 | 10101000 | 0 | 100 | 1100 | 11001 | 101000 | 10000 | 1000111 |
Color Harmonies of #C0B8A8
Complementary color
Monochromatic Colors of #C0B8A8
Black with #C0B8A8
Text Example
Text Example
White with #C0B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8A8; }
p { color: rgb(192,184,168); }
H1.HeaderClassName
{
color: #C0B8A8;
}
.AnyTagClassName
{
color: #C0B8A8;
}
</style>
background-color css
<style>
a { background-color: #C0B8A8; }
a { background-color: rgb(192,184,168); }
div.DivClassName
{
background-color: #C0B8A8;
}
.BgClassName
{
background-color: #C0B8A8;
}
</style>
border-color css
<style>
span { border-color: #C0B8A8; }
span { border-color: rgb(192,184,168); }
td.TdClassName
{
border-color: #C0B8A8;
}
.TagClassName
{
border-color: #C0B8A8;
}
</style>