Shades of Tan #C8B68E
Tints of Tan #C8B68E
RGB
CMYK
RGB Variations
Color information
#C8B68E (or 0xC8B68E) is known color: Tan. HEX triplet: C8, B6 and 8E. RGB value is (200,182,142). Sum of RGB (Red+Green+Blue) = 200+182+142=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B68E is #374971. Grayscale: #B7B7B7. Windows color (decimal): -3623282 or 9352904. OLE color: 9352904.
HSL color Cylindrical-coordinate representation of color #C8B68E: hue angle of 41.38º 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 #C8B68E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 142 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.22 |
| HSL | 41.38º | 0.35% | 0.67% | - |
| HSV(B) | 41.38º | 0.29% | 0.78% | - |
| XYZ | 45.43 | 47.69 | 32.4 | - |
| YUV | 182.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 142 | 0 | 0.09 | 0.29 | 0.22 | 41.38 | 0.35 | 0.67 |
| Hex | C8 | B6 | 8E | 0 | 9 | 1D | 16 | 29 | 23 | 43 |
| Octal | 310 | 266 | 216 | 0 | 11 | 35 | 26 | 51 | 43 | 103 |
| Binary | 11001000 | 10110110 | 10001110 | 0 | 1001 | 11101 | 10110 | 101001 | 100011 | 1000011 |
Color Harmonies of #C8B68E
Complementary color
Monochromatic Colors of #C8B68E
Black with #C8B68E
Text Example
Text Example
White with #C8B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B68E; }
p { color: rgb(200,182,142); }
H1.HeaderClassName
{
color: #C8B68E;
}
.AnyTagClassName
{
color: #C8B68E;
}
</style>
background-color css
<style>
a { background-color: #C8B68E; }
a { background-color: rgb(200,182,142); }
div.DivClassName
{
background-color: #C8B68E;
}
.BgClassName
{
background-color: #C8B68E;
}
</style>
border-color css
<style>
span { border-color: #C8B68E; }
span { border-color: rgb(200,182,142); }
td.TdClassName
{
border-color: #C8B68E;
}
.TagClassName
{
border-color: #C8B68E;
}
</style>