Shades of Tan #C8AD8A
Tints of Tan #C8AD8A
RGB
CMYK
RGB Variations
Color information
#C8AD8A (or 0xC8AD8A) is known color: Tan. HEX triplet: C8, AD and 8A. RGB value is (200,173,138). Sum of RGB (Red+Green+Blue) = 200+173+138=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD8A is #375275. Grayscale: #B1B1B1. Windows color (decimal): -3625590 or 9088456. OLE color: 9088456.
HSL color Cylindrical-coordinate representation of color #C8AD8A: hue angle of 33.87º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AD8A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 138 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.22 |
| HSL | 33.87º | 0.36% | 0.66% | - |
| HSV(B) | 33.87º | 0.31% | 0.78% | - |
| XYZ | 43.35 | 44 | 30.25 | - |
| YUV | 177.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 138 | 0 | 0.14 | 0.31 | 0.22 | 33.87 | 0.36 | 0.66 |
| Hex | C8 | AD | 8A | 0 | E | 1F | 16 | 22 | 24 | 42 |
| Octal | 310 | 255 | 212 | 0 | 16 | 37 | 26 | 42 | 44 | 102 |
| Binary | 11001000 | 10101101 | 10001010 | 0 | 1110 | 11111 | 10110 | 100010 | 100100 | 1000010 |
Color Harmonies of #C8AD8A
Complementary color
Monochromatic Colors of #C8AD8A
Black with #C8AD8A
Text Example
Text Example
White with #C8AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD8A; }
p { color: rgb(200,173,138); }
H1.HeaderClassName
{
color: #C8AD8A;
}
.AnyTagClassName
{
color: #C8AD8A;
}
</style>
background-color css
<style>
a { background-color: #C8AD8A; }
a { background-color: rgb(200,173,138); }
div.DivClassName
{
background-color: #C8AD8A;
}
.BgClassName
{
background-color: #C8AD8A;
}
</style>
border-color css
<style>
span { border-color: #C8AD8A; }
span { border-color: rgb(200,173,138); }
td.TdClassName
{
border-color: #C8AD8A;
}
.TagClassName
{
border-color: #C8AD8A;
}
</style>