Shades of Tan #C8B58E
Tints of Tan #C8B58E
RGB
CMYK
RGB Variations
Color information
#C8B58E (or 0xC8B58E) is known color: Tan. HEX triplet: C8, B5 and 8E. RGB value is (200,181,142). Sum of RGB (Red+Green+Blue) = 200+181+142=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B58E is #374A71. Grayscale: #B6B6B6. Windows color (decimal): -3623538 or 9352648. OLE color: 9352648.
HSL color Cylindrical-coordinate representation of color #C8B58E: hue angle of 40.34º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B58E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 142 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.22 |
| HSL | 40.34º | 0.35% | 0.67% | - |
| HSV(B) | 40.34º | 0.29% | 0.78% | - |
| XYZ | 45.23 | 47.28 | 32.33 | - |
| YUV | 182.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 142 | 0 | 0.09 | 0.29 | 0.22 | 40.34 | 0.35 | 0.67 |
| Hex | C8 | B5 | 8E | 0 | 9 | 1D | 16 | 28 | 23 | 43 |
| Octal | 310 | 265 | 216 | 0 | 11 | 35 | 26 | 50 | 43 | 103 |
| Binary | 11001000 | 10110101 | 10001110 | 0 | 1001 | 11101 | 10110 | 101000 | 100011 | 1000011 |
Color Harmonies of #C8B58E
Complementary color
Monochromatic Colors of #C8B58E
Black with #C8B58E
Text Example
Text Example
White with #C8B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B58E; }
p { color: rgb(200,181,142); }
H1.HeaderClassName
{
color: #C8B58E;
}
.AnyTagClassName
{
color: #C8B58E;
}
</style>
background-color css
<style>
a { background-color: #C8B58E; }
a { background-color: rgb(200,181,142); }
div.DivClassName
{
background-color: #C8B58E;
}
.BgClassName
{
background-color: #C8B58E;
}
</style>
border-color css
<style>
span { border-color: #C8B58E; }
span { border-color: rgb(200,181,142); }
td.TdClassName
{
border-color: #C8B58E;
}
.TagClassName
{
border-color: #C8B58E;
}
</style>