Shades of Tan #C8B38D
Tints of Tan #C8B38D
RGB
CMYK
RGB Variations
Color information
#C8B38D (or 0xC8B38D) is known color: Tan. HEX triplet: C8, B3 and 8D. RGB value is (200,179,141). Sum of RGB (Red+Green+Blue) = 200+179+141=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B38D is #374C72. Grayscale: #B5B5B5. Windows color (decimal): -3624051 or 9286600. OLE color: 9286600.
HSL color Cylindrical-coordinate representation of color #C8B38D: hue angle of 38.64º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B38D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 141 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.22 |
| HSL | 38.64º | 0.35% | 0.67% | - |
| HSV(B) | 38.64º | 0.3% | 0.78% | - |
| XYZ | 44.75 | 46.44 | 31.81 | - |
| YUV | 180.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 141 | 0 | 0.10 | 0.29 | 0.22 | 38.64 | 0.35 | 0.67 |
| Hex | C8 | B3 | 8D | 0 | A | 1D | 16 | 27 | 23 | 43 |
| Octal | 310 | 263 | 215 | 0 | 12 | 35 | 26 | 47 | 43 | 103 |
| Binary | 11001000 | 10110011 | 10001101 | 0 | 1010 | 11101 | 10110 | 100111 | 100011 | 1000011 |
Color Harmonies of #C8B38D
Complementary color
Monochromatic Colors of #C8B38D
Black with #C8B38D
Text Example
Text Example
White with #C8B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B38D; }
p { color: rgb(200,179,141); }
H1.HeaderClassName
{
color: #C8B38D;
}
.AnyTagClassName
{
color: #C8B38D;
}
</style>
background-color css
<style>
a { background-color: #C8B38D; }
a { background-color: rgb(200,179,141); }
div.DivClassName
{
background-color: #C8B38D;
}
.BgClassName
{
background-color: #C8B38D;
}
</style>
border-color css
<style>
span { border-color: #C8B38D; }
span { border-color: rgb(200,179,141); }
td.TdClassName
{
border-color: #C8B38D;
}
.TagClassName
{
border-color: #C8B38D;
}
</style>