Shades of Tan #C8AF8A
Tints of Tan #C8AF8A
RGB
CMYK
RGB Variations
Color information
#C8AF8A (or 0xC8AF8A) is known color: Tan. HEX triplet: C8, AF and 8A. RGB value is (200,175,138). Sum of RGB (Red+Green+Blue) = 200+175+138=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF8A is #375075. Grayscale: #B2B2B2. Windows color (decimal): -3625078 or 9088968. OLE color: 9088968.
HSL color Cylindrical-coordinate representation of color #C8AF8A: hue angle of 35.81º 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 #C8AF8A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 138 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.22 |
| HSL | 35.81º | 0.36% | 0.66% | - |
| HSV(B) | 35.81º | 0.31% | 0.78% | - |
| XYZ | 43.74 | 44.77 | 30.38 | - |
| YUV | 178.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 138 | 0 | 0.12 | 0.31 | 0.22 | 35.81 | 0.36 | 0.66 |
| Hex | C8 | AF | 8A | 0 | C | 1F | 16 | 24 | 24 | 42 |
| Octal | 310 | 257 | 212 | 0 | 14 | 37 | 26 | 44 | 44 | 102 |
| Binary | 11001000 | 10101111 | 10001010 | 0 | 1100 | 11111 | 10110 | 100100 | 100100 | 1000010 |
Color Harmonies of #C8AF8A
Complementary color
Monochromatic Colors of #C8AF8A
Black with #C8AF8A
Text Example
Text Example
White with #C8AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF8A; }
p { color: rgb(200,175,138); }
H1.HeaderClassName
{
color: #C8AF8A;
}
.AnyTagClassName
{
color: #C8AF8A;
}
</style>
background-color css
<style>
a { background-color: #C8AF8A; }
a { background-color: rgb(200,175,138); }
div.DivClassName
{
background-color: #C8AF8A;
}
.BgClassName
{
background-color: #C8AF8A;
}
</style>
border-color css
<style>
span { border-color: #C8AF8A; }
span { border-color: rgb(200,175,138); }
td.TdClassName
{
border-color: #C8AF8A;
}
.TagClassName
{
border-color: #C8AF8A;
}
</style>