Shades of Tan #C8AF8F
Tints of Tan #C8AF8F
RGB
CMYK
RGB Variations
Color information
#C8AF8F (or 0xC8AF8F) is known color: Tan. HEX triplet: C8, AF and 8F. RGB value is (200,175,143). Sum of RGB (Red+Green+Blue) = 200+175+143=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF8F is #375070. Grayscale: #B2B2B2. Windows color (decimal): -3625073 or 9416648. OLE color: 9416648.
HSL color Cylindrical-coordinate representation of color #C8AF8F: hue angle of 33.68º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AF8F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 143 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.22 |
| HSL | 33.68º | 0.34% | 0.67% | - |
| HSV(B) | 33.68º | 0.29% | 0.78% | - |
| XYZ | 44.11 | 44.92 | 32.33 | - |
| YUV | 178.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 143 | 0 | 0.12 | 0.28 | 0.22 | 33.68 | 0.34 | 0.67 |
| Hex | C8 | AF | 8F | 0 | C | 1C | 16 | 22 | 22 | 43 |
| Octal | 310 | 257 | 217 | 0 | 14 | 34 | 26 | 42 | 42 | 103 |
| Binary | 11001000 | 10101111 | 10001111 | 0 | 1100 | 11100 | 10110 | 100010 | 100010 | 1000011 |
Color Harmonies of #C8AF8F
Complementary color
Monochromatic Colors of #C8AF8F
Black with #C8AF8F
Text Example
Text Example
White with #C8AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF8F; }
p { color: rgb(200,175,143); }
H1.HeaderClassName
{
color: #C8AF8F;
}
.AnyTagClassName
{
color: #C8AF8F;
}
</style>
background-color css
<style>
a { background-color: #C8AF8F; }
a { background-color: rgb(200,175,143); }
div.DivClassName
{
background-color: #C8AF8F;
}
.BgClassName
{
background-color: #C8AF8F;
}
</style>
border-color css
<style>
span { border-color: #C8AF8F; }
span { border-color: rgb(200,175,143); }
td.TdClassName
{
border-color: #C8AF8F;
}
.TagClassName
{
border-color: #C8AF8F;
}
</style>