Shades of Tan #C7AE8E
Tints of Tan #C7AE8E
RGB
CMYK
RGB Variations
Color information
#C7AE8E (or 0xC7AE8E) is known color: Tan. HEX triplet: C7, AE and 8E. RGB value is (199,174,142). Sum of RGB (Red+Green+Blue) = 199+174+142=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE8E is #385171. Grayscale: #B1B1B1. Windows color (decimal): -3690866 or 9350855. OLE color: 9350855.
HSL color Cylindrical-coordinate representation of color #C7AE8E: hue angle of 33.68º degrees, saturation: 0.34, 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 #C7AE8E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 174 | 142 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.22 |
| HSL | 33.68º | 0.34% | 0.67% | - |
| HSV(B) | 33.68º | 0.29% | 0.78% | - |
| XYZ | 43.57 | 44.37 | 31.86 | - |
| YUV | 177.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 142 | 0 | 0.13 | 0.29 | 0.22 | 33.68 | 0.34 | 0.67 |
| Hex | C7 | AE | 8E | 0 | D | 1D | 16 | 22 | 22 | 43 |
| Octal | 307 | 256 | 216 | 0 | 15 | 35 | 26 | 42 | 42 | 103 |
| Binary | 11000111 | 10101110 | 10001110 | 0 | 1101 | 11101 | 10110 | 100010 | 100010 | 1000011 |
Color Harmonies of #C7AE8E
Complementary color
Monochromatic Colors of #C7AE8E
Black with #C7AE8E
Text Example
Text Example
White with #C7AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AE8E; }
p { color: rgb(199,174,142); }
H1.HeaderClassName
{
color: #C7AE8E;
}
.AnyTagClassName
{
color: #C7AE8E;
}
</style>
background-color css
<style>
a { background-color: #C7AE8E; }
a { background-color: rgb(199,174,142); }
div.DivClassName
{
background-color: #C7AE8E;
}
.BgClassName
{
background-color: #C7AE8E;
}
</style>
border-color css
<style>
span { border-color: #C7AE8E; }
span { border-color: rgb(199,174,142); }
td.TdClassName
{
border-color: #C7AE8E;
}
.TagClassName
{
border-color: #C7AE8E;
}
</style>