Shades of Tan #C7AD85
Tints of Tan #C7AD85
RGB
CMYK
RGB Variations
Color information
#C7AD85 (or 0xC7AD85) is known color: Tan. HEX triplet: C7, AD and 85. RGB value is (199,173,133). Sum of RGB (Red+Green+Blue) = 199+173+133=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD85 is #38527A. Grayscale: #B0B0B0. Windows color (decimal): -3691131 or 8760775. OLE color: 8760775.
HSL color Cylindrical-coordinate representation of color #C7AD85: hue angle of 36.36º degrees, saturation: 0.37, 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 #C7AD85 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 133 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.22 |
| HSL | 36.36º | 0.37% | 0.65% | - |
| HSV(B) | 36.36º | 0.33% | 0.78% | - |
| XYZ | 42.73 | 43.72 | 28.38 | - |
| YUV | 176.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 133 | 0 | 0.13 | 0.33 | 0.22 | 36.36 | 0.37 | 0.65 |
| Hex | C7 | AD | 85 | 0 | D | 21 | 16 | 24 | 25 | 41 |
| Octal | 307 | 255 | 205 | 0 | 15 | 41 | 26 | 44 | 45 | 101 |
| Binary | 11000111 | 10101101 | 10000101 | 0 | 1101 | 100001 | 10110 | 100100 | 100101 | 1000001 |
Color Harmonies of #C7AD85
Complementary color
Monochromatic Colors of #C7AD85
Black with #C7AD85
Text Example
Text Example
White with #C7AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD85; }
p { color: rgb(199,173,133); }
H1.HeaderClassName
{
color: #C7AD85;
}
.AnyTagClassName
{
color: #C7AD85;
}
</style>
background-color css
<style>
a { background-color: #C7AD85; }
a { background-color: rgb(199,173,133); }
div.DivClassName
{
background-color: #C7AD85;
}
.BgClassName
{
background-color: #C7AD85;
}
</style>
border-color css
<style>
span { border-color: #C7AD85; }
span { border-color: rgb(199,173,133); }
td.TdClassName
{
border-color: #C7AD85;
}
.TagClassName
{
border-color: #C7AD85;
}
</style>