Shades of Tan #C8AF89
Tints of Tan #C8AF89
RGB
CMYK
RGB Variations
Color information
#C8AF89 (or 0xC8AF89) is known color: Tan. HEX triplet: C8, AF and 89. RGB value is (200,175,137). Sum of RGB (Red+Green+Blue) = 200+175+137=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF89 is #375076. Grayscale: #B2B2B2. Windows color (decimal): -3625079 or 9023432. OLE color: 9023432.
HSL color Cylindrical-coordinate representation of color #C8AF89: hue angle of 36.19º 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 #C8AF89 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 137 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.22 |
| HSL | 36.19º | 0.36% | 0.66% | - |
| HSV(B) | 36.19º | 0.32% | 0.78% | - |
| XYZ | 43.66 | 44.75 | 30 | - |
| YUV | 178.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 137 | 0 | 0.12 | 0.32 | 0.22 | 36.19 | 0.36 | 0.66 |
| Hex | C8 | AF | 89 | 0 | C | 20 | 16 | 24 | 24 | 42 |
| Octal | 310 | 257 | 211 | 0 | 14 | 40 | 26 | 44 | 44 | 102 |
| Binary | 11001000 | 10101111 | 10001001 | 0 | 1100 | 100000 | 10110 | 100100 | 100100 | 1000010 |
Color Harmonies of #C8AF89
Complementary color
Monochromatic Colors of #C8AF89
Black with #C8AF89
Text Example
Text Example
White with #C8AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF89; }
p { color: rgb(200,175,137); }
H1.HeaderClassName
{
color: #C8AF89;
}
.AnyTagClassName
{
color: #C8AF89;
}
</style>
background-color css
<style>
a { background-color: #C8AF89; }
a { background-color: rgb(200,175,137); }
div.DivClassName
{
background-color: #C8AF89;
}
.BgClassName
{
background-color: #C8AF89;
}
</style>
border-color css
<style>
span { border-color: #C8AF89; }
span { border-color: rgb(200,175,137); }
td.TdClassName
{
border-color: #C8AF89;
}
.TagClassName
{
border-color: #C8AF89;
}
</style>