Shades of Tan #C7AC8F
Tints of Tan #C7AC8F
RGB
CMYK
RGB Variations
Color information
#C7AC8F (or 0xC7AC8F) is known color: Tan. HEX triplet: C7, AC and 8F. RGB value is (199,172,143). Sum of RGB (Red+Green+Blue) = 199+172+143=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC8F is #385370. Grayscale: #B0B0B0. Windows color (decimal): -3691377 or 9415879. OLE color: 9415879.
HSL color Cylindrical-coordinate representation of color #C7AC8F: hue angle of 31.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7AC8F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 143 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.22 |
| HSL | 31.07º | 0.33% | 0.67% | - |
| HSV(B) | 31.07º | 0.28% | 0.78% | - |
| XYZ | 43.26 | 43.63 | 32.13 | - |
| YUV | 176.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 143 | 0 | 0.14 | 0.28 | 0.22 | 31.07 | 0.33 | 0.67 |
| Hex | C7 | AC | 8F | 0 | E | 1C | 16 | 1F | 21 | 43 |
| Octal | 307 | 254 | 217 | 0 | 16 | 34 | 26 | 37 | 41 | 103 |
| Binary | 11000111 | 10101100 | 10001111 | 0 | 1110 | 11100 | 10110 | 11111 | 100001 | 1000011 |
Color Harmonies of #C7AC8F
Complementary color
Monochromatic Colors of #C7AC8F
Black with #C7AC8F
Text Example
Text Example
White with #C7AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AC8F; }
p { color: rgb(199,172,143); }
H1.HeaderClassName
{
color: #C7AC8F;
}
.AnyTagClassName
{
color: #C7AC8F;
}
</style>
background-color css
<style>
a { background-color: #C7AC8F; }
a { background-color: rgb(199,172,143); }
div.DivClassName
{
background-color: #C7AC8F;
}
.BgClassName
{
background-color: #C7AC8F;
}
</style>
border-color css
<style>
span { border-color: #C7AC8F; }
span { border-color: rgb(199,172,143); }
td.TdClassName
{
border-color: #C7AC8F;
}
.TagClassName
{
border-color: #C7AC8F;
}
</style>