Shades of Tan #C8B188
Tints of Tan #C8B188
RGB
CMYK
RGB Variations
Color information
#C8B188 (or 0xC8B188) is known color: Tan. HEX triplet: C8, B1 and 88. RGB value is (200,177,136). Sum of RGB (Red+Green+Blue) = 200+177+136=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B188 is #374E77. Grayscale: #B3B3B3. Windows color (decimal): -3624568 or 8958408. OLE color: 8958408.
HSL color Cylindrical-coordinate representation of color #C8B188: hue angle of 38.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8B188 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 136 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.22 |
| HSL | 38.44º | 0.37% | 0.66% | - |
| HSV(B) | 38.44º | 0.32% | 0.78% | - |
| XYZ | 43.99 | 45.5 | 29.76 | - |
| YUV | 179.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 136 | 0 | 0.12 | 0.32 | 0.22 | 38.44 | 0.37 | 0.66 |
| Hex | C8 | B1 | 88 | 0 | C | 20 | 16 | 26 | 25 | 42 |
| Octal | 310 | 261 | 210 | 0 | 14 | 40 | 26 | 46 | 45 | 102 |
| Binary | 11001000 | 10110001 | 10001000 | 0 | 1100 | 100000 | 10110 | 100110 | 100101 | 1000010 |
Color Harmonies of #C8B188
Complementary color
Monochromatic Colors of #C8B188
Black with #C8B188
Text Example
Text Example
White with #C8B188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B188; }
p { color: rgb(200,177,136); }
H1.HeaderClassName
{
color: #C8B188;
}
.AnyTagClassName
{
color: #C8B188;
}
</style>
background-color css
<style>
a { background-color: #C8B188; }
a { background-color: rgb(200,177,136); }
div.DivClassName
{
background-color: #C8B188;
}
.BgClassName
{
background-color: #C8B188;
}
</style>
border-color css
<style>
span { border-color: #C8B188; }
span { border-color: rgb(200,177,136); }
td.TdClassName
{
border-color: #C8B188;
}
.TagClassName
{
border-color: #C8B188;
}
</style>