Shades of Tan #C8AE85
Tints of Tan #C8AE85
RGB
CMYK
RGB Variations
Color information
#C8AE85 (or 0xC8AE85) is known color: Tan. HEX triplet: C8, AE and 85. RGB value is (200,174,133). Sum of RGB (Red+Green+Blue) = 200+174+133=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE85 is #37517A. Grayscale: #B1B1B1. Windows color (decimal): -3625339 or 8761032. OLE color: 8761032.
HSL color Cylindrical-coordinate representation of color #C8AE85: hue angle of 36.72º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8AE85 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 133 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.22 |
| HSL | 36.72º | 0.38% | 0.65% | - |
| HSV(B) | 36.72º | 0.34% | 0.78% | - |
| XYZ | 43.19 | 44.24 | 28.45 | - |
| YUV | 177.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 133 | 0 | 0.13 | 0.34 | 0.22 | 36.72 | 0.38 | 0.65 |
| Hex | C8 | AE | 85 | 0 | D | 22 | 16 | 25 | 26 | 41 |
| Octal | 310 | 256 | 205 | 0 | 15 | 42 | 26 | 45 | 46 | 101 |
| Binary | 11001000 | 10101110 | 10000101 | 0 | 1101 | 100010 | 10110 | 100101 | 100110 | 1000001 |
Color Harmonies of #C8AE85
Complementary color
Monochromatic Colors of #C8AE85
Black with #C8AE85
Text Example
Text Example
White with #C8AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE85; }
p { color: rgb(200,174,133); }
H1.HeaderClassName
{
color: #C8AE85;
}
.AnyTagClassName
{
color: #C8AE85;
}
</style>
background-color css
<style>
a { background-color: #C8AE85; }
a { background-color: rgb(200,174,133); }
div.DivClassName
{
background-color: #C8AE85;
}
.BgClassName
{
background-color: #C8AE85;
}
</style>
border-color css
<style>
span { border-color: #C8AE85; }
span { border-color: rgb(200,174,133); }
td.TdClassName
{
border-color: #C8AE85;
}
.TagClassName
{
border-color: #C8AE85;
}
</style>