Shades of Tan #C7AF88
Tints of Tan #C7AF88
RGB
CMYK
RGB Variations
Color information
#C7AF88 (or 0xC7AF88) is known color: Tan. HEX triplet: C7, AF and 88. RGB value is (199,175,136). Sum of RGB (Red+Green+Blue) = 199+175+136=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF88 is #385077. Grayscale: #B1B1B1. Windows color (decimal): -3690616 or 8957895. OLE color: 8957895.
HSL color Cylindrical-coordinate representation of color #C7AF88: hue angle of 37.14º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7AF88 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 136 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.22 |
| HSL | 37.14º | 0.36% | 0.66% | - |
| HSV(B) | 37.14º | 0.32% | 0.78% | - |
| XYZ | 43.33 | 44.58 | 29.61 | - |
| YUV | 177.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 136 | 0 | 0.12 | 0.32 | 0.22 | 37.14 | 0.36 | 0.66 |
| Hex | C7 | AF | 88 | 0 | C | 20 | 16 | 25 | 24 | 42 |
| Octal | 307 | 257 | 210 | 0 | 14 | 40 | 26 | 45 | 44 | 102 |
| Binary | 11000111 | 10101111 | 10001000 | 0 | 1100 | 100000 | 10110 | 100101 | 100100 | 1000010 |
Color Harmonies of #C7AF88
Complementary color
Monochromatic Colors of #C7AF88
Black with #C7AF88
Text Example
Text Example
White with #C7AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF88; }
p { color: rgb(199,175,136); }
H1.HeaderClassName
{
color: #C7AF88;
}
.AnyTagClassName
{
color: #C7AF88;
}
</style>
background-color css
<style>
a { background-color: #C7AF88; }
a { background-color: rgb(199,175,136); }
div.DivClassName
{
background-color: #C7AF88;
}
.BgClassName
{
background-color: #C7AF88;
}
</style>
border-color css
<style>
span { border-color: #C7AF88; }
span { border-color: rgb(199,175,136); }
td.TdClassName
{
border-color: #C7AF88;
}
.TagClassName
{
border-color: #C7AF88;
}
</style>