Shades of Tan #C8AE8C
Tints of Tan #C8AE8C
RGB
CMYK
RGB Variations
Color information
#C8AE8C (or 0xC8AE8C) is known color: Tan. HEX triplet: C8, AE and 8C. RGB value is (200,174,140). Sum of RGB (Red+Green+Blue) = 200+174+140=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE8C is #375173. Grayscale: #B2B2B2. Windows color (decimal): -3625332 or 9219784. OLE color: 9219784.
HSL color Cylindrical-coordinate representation of color #C8AE8C: hue angle of 34º 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 #C8AE8C is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 140 | - |
| CMYK | 0 | 0.13 | 0.3 | 0.22 |
| HSL | 34º | 0.35% | 0.67% | - |
| HSV(B) | 34º | 0.3% | 0.78% | - |
| XYZ | 43.69 | 44.44 | 31.09 | - |
| YUV | 177.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 140 | 0 | 0.13 | 0.3 | 0.22 | 34 | 0.35 | 0.67 |
| Hex | C8 | AE | 8C | 0 | D | 1E | 16 | 22 | 23 | 43 |
| Octal | 310 | 256 | 214 | 0 | 15 | 36 | 26 | 42 | 43 | 103 |
| Binary | 11001000 | 10101110 | 10001100 | 0 | 1101 | 11110 | 10110 | 100010 | 100011 | 1000011 |
Color Harmonies of #C8AE8C
Complementary color
Monochromatic Colors of #C8AE8C
Black with #C8AE8C
Text Example
Text Example
White with #C8AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE8C; }
p { color: rgb(200,174,140); }
H1.HeaderClassName
{
color: #C8AE8C;
}
.AnyTagClassName
{
color: #C8AE8C;
}
</style>
background-color css
<style>
a { background-color: #C8AE8C; }
a { background-color: rgb(200,174,140); }
div.DivClassName
{
background-color: #C8AE8C;
}
.BgClassName
{
background-color: #C8AE8C;
}
</style>
border-color css
<style>
span { border-color: #C8AE8C; }
span { border-color: rgb(200,174,140); }
td.TdClassName
{
border-color: #C8AE8C;
}
.TagClassName
{
border-color: #C8AE8C;
}
</style>