Shades of Tan #C8AE8E
Tints of Tan #C8AE8E
RGB
CMYK
RGB Variations
Color information
#C8AE8E (or 0xC8AE8E) is known color: Tan. HEX triplet: C8, AE and 8E. RGB value is (200,174,142). Sum of RGB (Red+Green+Blue) = 200+174+142=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE8E is #375171. Grayscale: #B2B2B2. Windows color (decimal): -3625330 or 9350856. OLE color: 9350856.
HSL color Cylindrical-coordinate representation of color #C8AE8E: hue angle of 33.1º 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 #C8AE8E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 142 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.22 |
| HSL | 33.1º | 0.35% | 0.67% | - |
| HSV(B) | 33.1º | 0.29% | 0.78% | - |
| XYZ | 43.84 | 44.5 | 31.87 | - |
| YUV | 178.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 142 | 0 | 0.13 | 0.29 | 0.22 | 33.1 | 0.35 | 0.67 |
| Hex | C8 | AE | 8E | 0 | D | 1D | 16 | 21 | 23 | 43 |
| Octal | 310 | 256 | 216 | 0 | 15 | 35 | 26 | 41 | 43 | 103 |
| Binary | 11001000 | 10101110 | 10001110 | 0 | 1101 | 11101 | 10110 | 100001 | 100011 | 1000011 |
Color Harmonies of #C8AE8E
Complementary color
Monochromatic Colors of #C8AE8E
Black with #C8AE8E
Text Example
Text Example
White with #C8AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE8E; }
p { color: rgb(200,174,142); }
H1.HeaderClassName
{
color: #C8AE8E;
}
.AnyTagClassName
{
color: #C8AE8E;
}
</style>
background-color css
<style>
a { background-color: #C8AE8E; }
a { background-color: rgb(200,174,142); }
div.DivClassName
{
background-color: #C8AE8E;
}
.BgClassName
{
background-color: #C8AE8E;
}
</style>
border-color css
<style>
span { border-color: #C8AE8E; }
span { border-color: rgb(200,174,142); }
td.TdClassName
{
border-color: #C8AE8E;
}
.TagClassName
{
border-color: #C8AE8E;
}
</style>