Shades of Tan #C8B089
Tints of Tan #C8B089
RGB
CMYK
RGB Variations
Color information
#C8B089 (or 0xC8B089) is known color: Tan. HEX triplet: C8, B0 and 89. RGB value is (200,176,137). Sum of RGB (Red+Green+Blue) = 200+176+137=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B089 is #374F76. Grayscale: #B2B2B2. Windows color (decimal): -3624823 or 9023688. OLE color: 9023688.
HSL color Cylindrical-coordinate representation of color #C8B089: hue angle of 37.14º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8B089 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 137 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.22 |
| HSL | 37.14º | 0.36% | 0.66% | - |
| HSV(B) | 37.14º | 0.32% | 0.78% | - |
| XYZ | 43.86 | 45.14 | 30.07 | - |
| YUV | 178.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 137 | 0 | 0.12 | 0.32 | 0.22 | 37.14 | 0.36 | 0.66 |
| Hex | C8 | B0 | 89 | 0 | C | 20 | 16 | 25 | 24 | 42 |
| Octal | 310 | 260 | 211 | 0 | 14 | 40 | 26 | 45 | 44 | 102 |
| Binary | 11001000 | 10110000 | 10001001 | 0 | 1100 | 100000 | 10110 | 100101 | 100100 | 1000010 |
Color Harmonies of #C8B089
Complementary color
Monochromatic Colors of #C8B089
Black with #C8B089
Text Example
Text Example
White with #C8B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B089; }
p { color: rgb(200,176,137); }
H1.HeaderClassName
{
color: #C8B089;
}
.AnyTagClassName
{
color: #C8B089;
}
</style>
background-color css
<style>
a { background-color: #C8B089; }
a { background-color: rgb(200,176,137); }
div.DivClassName
{
background-color: #C8B089;
}
.BgClassName
{
background-color: #C8B089;
}
</style>
border-color css
<style>
span { border-color: #C8B089; }
span { border-color: rgb(200,176,137); }
td.TdClassName
{
border-color: #C8B089;
}
.TagClassName
{
border-color: #C8B089;
}
</style>