Shades of Tan #C9AF8A
Tints of Tan #C9AF8A
RGB
CMYK
RGB Variations
Color information
#C9AF8A (or 0xC9AF8A) is known color: Tan. HEX triplet: C9, AF and 8A. RGB value is (201,175,138). Sum of RGB (Red+Green+Blue) = 201+175+138=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF8A is #365075. Grayscale: #B2B2B2. Windows color (decimal): -3559542 or 9088969. OLE color: 9088969.
HSL color Cylindrical-coordinate representation of color #C9AF8A: hue angle of 35.24º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AF8A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 138 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.21 |
| HSL | 35.24º | 0.37% | 0.66% | - |
| HSV(B) | 35.24º | 0.31% | 0.79% | - |
| XYZ | 44 | 44.91 | 30.39 | - |
| YUV | 178.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 138 | 0 | 0.13 | 0.31 | 0.21 | 35.24 | 0.37 | 0.66 |
| Hex | C9 | AF | 8A | 0 | D | 1F | 15 | 23 | 25 | 42 |
| Octal | 311 | 257 | 212 | 0 | 15 | 37 | 25 | 43 | 45 | 102 |
| Binary | 11001001 | 10101111 | 10001010 | 0 | 1101 | 11111 | 10101 | 100011 | 100101 | 1000010 |
Color Harmonies of #C9AF8A
Complementary color
Monochromatic Colors of #C9AF8A
Black with #C9AF8A
Text Example
Text Example
White with #C9AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF8A; }
p { color: rgb(201,175,138); }
H1.HeaderClassName
{
color: #C9AF8A;
}
.AnyTagClassName
{
color: #C9AF8A;
}
</style>
background-color css
<style>
a { background-color: #C9AF8A; }
a { background-color: rgb(201,175,138); }
div.DivClassName
{
background-color: #C9AF8A;
}
.BgClassName
{
background-color: #C9AF8A;
}
</style>
border-color css
<style>
span { border-color: #C9AF8A; }
span { border-color: rgb(201,175,138); }
td.TdClassName
{
border-color: #C9AF8A;
}
.TagClassName
{
border-color: #C9AF8A;
}
</style>