Shades of Tan #C7AD88
Tints of Tan #C7AD88
RGB
CMYK
RGB Variations
Color information
#C7AD88 (or 0xC7AD88) is known color: Tan. HEX triplet: C7, AD and 88. RGB value is (199,173,136). Sum of RGB (Red+Green+Blue) = 199+173+136=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD88 is #385277. Grayscale: #B0B0B0. Windows color (decimal): -3691128 or 8957383. OLE color: 8957383.
HSL color Cylindrical-coordinate representation of color #C7AD88: hue angle of 35.24º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7AD88 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 136 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.22 |
| HSL | 35.24º | 0.36% | 0.66% | - |
| HSV(B) | 35.24º | 0.32% | 0.78% | - |
| XYZ | 42.94 | 43.81 | 29.48 | - |
| YUV | 176.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 136 | 0 | 0.13 | 0.32 | 0.22 | 35.24 | 0.36 | 0.66 |
| Hex | C7 | AD | 88 | 0 | D | 20 | 16 | 23 | 24 | 42 |
| Octal | 307 | 255 | 210 | 0 | 15 | 40 | 26 | 43 | 44 | 102 |
| Binary | 11000111 | 10101101 | 10001000 | 0 | 1101 | 100000 | 10110 | 100011 | 100100 | 1000010 |
Color Harmonies of #C7AD88
Complementary color
Monochromatic Colors of #C7AD88
Black with #C7AD88
Text Example
Text Example
White with #C7AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD88; }
p { color: rgb(199,173,136); }
H1.HeaderClassName
{
color: #C7AD88;
}
.AnyTagClassName
{
color: #C7AD88;
}
</style>
background-color css
<style>
a { background-color: #C7AD88; }
a { background-color: rgb(199,173,136); }
div.DivClassName
{
background-color: #C7AD88;
}
.BgClassName
{
background-color: #C7AD88;
}
</style>
border-color css
<style>
span { border-color: #C7AD88; }
span { border-color: rgb(199,173,136); }
td.TdClassName
{
border-color: #C7AD88;
}
.TagClassName
{
border-color: #C7AD88;
}
</style>