Shades of Tan #C8AD88
Tints of Tan #C8AD88
RGB
CMYK
RGB Variations
Color information
#C8AD88 (or 0xC8AD88) is known color: Tan. HEX triplet: C8, AD and 88. RGB value is (200,173,136). Sum of RGB (Red+Green+Blue) = 200+173+136=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD88 is #375277. Grayscale: #B1B1B1. Windows color (decimal): -3625592 or 8957384. OLE color: 8957384.
HSL color Cylindrical-coordinate representation of color #C8AD88: hue angle of 34.69º degrees, saturation: 0.37, 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 #C8AD88 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 136 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.22 |
| HSL | 34.69º | 0.37% | 0.66% | - |
| HSV(B) | 34.69º | 0.32% | 0.78% | - |
| XYZ | 43.21 | 43.94 | 29.5 | - |
| YUV | 176.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 136 | 0 | 0.14 | 0.32 | 0.22 | 34.69 | 0.37 | 0.66 |
| Hex | C8 | AD | 88 | 0 | E | 20 | 16 | 23 | 25 | 42 |
| Octal | 310 | 255 | 210 | 0 | 16 | 40 | 26 | 43 | 45 | 102 |
| Binary | 11001000 | 10101101 | 10001000 | 0 | 1110 | 100000 | 10110 | 100011 | 100101 | 1000010 |
Color Harmonies of #C8AD88
Complementary color
Monochromatic Colors of #C8AD88
Black with #C8AD88
Text Example
Text Example
White with #C8AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD88; }
p { color: rgb(200,173,136); }
H1.HeaderClassName
{
color: #C8AD88;
}
.AnyTagClassName
{
color: #C8AD88;
}
</style>
background-color css
<style>
a { background-color: #C8AD88; }
a { background-color: rgb(200,173,136); }
div.DivClassName
{
background-color: #C8AD88;
}
.BgClassName
{
background-color: #C8AD88;
}
</style>
border-color css
<style>
span { border-color: #C8AD88; }
span { border-color: rgb(200,173,136); }
td.TdClassName
{
border-color: #C8AD88;
}
.TagClassName
{
border-color: #C8AD88;
}
</style>