Shades of Tan #C8AF8C
Tints of Tan #C8AF8C
RGB
CMYK
RGB Variations
Color information
#C8AF8C (or 0xC8AF8C) is known color: Tan. HEX triplet: C8, AF and 8C. RGB value is (200,175,140). Sum of RGB (Red+Green+Blue) = 200+175+140=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF8C is #375073. Grayscale: #B2B2B2. Windows color (decimal): -3625076 or 9220040. OLE color: 9220040.
HSL color Cylindrical-coordinate representation of color #C8AF8C: hue angle of 35º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8AF8C is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 140 | - |
| CMYK | 0 | 0.12 | 0.3 | 0.22 |
| HSL | 35º | 0.35% | 0.67% | - |
| HSV(B) | 35º | 0.3% | 0.78% | - |
| XYZ | 43.88 | 44.83 | 31.15 | - |
| YUV | 178.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 140 | 0 | 0.12 | 0.3 | 0.22 | 35 | 0.35 | 0.67 |
| Hex | C8 | AF | 8C | 0 | C | 1E | 16 | 23 | 23 | 43 |
| Octal | 310 | 257 | 214 | 0 | 14 | 36 | 26 | 43 | 43 | 103 |
| Binary | 11001000 | 10101111 | 10001100 | 0 | 1100 | 11110 | 10110 | 100011 | 100011 | 1000011 |
Color Harmonies of #C8AF8C
Complementary color
Monochromatic Colors of #C8AF8C
Black with #C8AF8C
Text Example
Text Example
White with #C8AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF8C; }
p { color: rgb(200,175,140); }
H1.HeaderClassName
{
color: #C8AF8C;
}
.AnyTagClassName
{
color: #C8AF8C;
}
</style>
background-color css
<style>
a { background-color: #C8AF8C; }
a { background-color: rgb(200,175,140); }
div.DivClassName
{
background-color: #C8AF8C;
}
.BgClassName
{
background-color: #C8AF8C;
}
</style>
border-color css
<style>
span { border-color: #C8AF8C; }
span { border-color: rgb(200,175,140); }
td.TdClassName
{
border-color: #C8AF8C;
}
.TagClassName
{
border-color: #C8AF8C;
}
</style>