Shades of Tan #C7B08F
Tints of Tan #C7B08F
RGB
CMYK
RGB Variations
Color information
#C7B08F (or 0xC7B08F) is known color: Tan. HEX triplet: C7, B0 and 8F. RGB value is (199,176,143). Sum of RGB (Red+Green+Blue) = 199+176+143=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B08F is #384F70. Grayscale: #B3B3B3. Windows color (decimal): -3690353 or 9416903. OLE color: 9416903.
HSL color Cylindrical-coordinate representation of color #C7B08F: hue angle of 35.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B08F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 143 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.22 |
| HSL | 35.36º | 0.33% | 0.67% | - |
| HSV(B) | 35.36º | 0.28% | 0.78% | - |
| XYZ | 44.04 | 45.18 | 32.39 | - |
| YUV | 179.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 143 | 0 | 0.12 | 0.28 | 0.22 | 35.36 | 0.33 | 0.67 |
| Hex | C7 | B0 | 8F | 0 | C | 1C | 16 | 23 | 21 | 43 |
| Octal | 307 | 260 | 217 | 0 | 14 | 34 | 26 | 43 | 41 | 103 |
| Binary | 11000111 | 10110000 | 10001111 | 0 | 1100 | 11100 | 10110 | 100011 | 100001 | 1000011 |
Color Harmonies of #C7B08F
Complementary color
Monochromatic Colors of #C7B08F
Black with #C7B08F
Text Example
Text Example
White with #C7B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B08F; }
p { color: rgb(199,176,143); }
H1.HeaderClassName
{
color: #C7B08F;
}
.AnyTagClassName
{
color: #C7B08F;
}
</style>
background-color css
<style>
a { background-color: #C7B08F; }
a { background-color: rgb(199,176,143); }
div.DivClassName
{
background-color: #C7B08F;
}
.BgClassName
{
background-color: #C7B08F;
}
</style>
border-color css
<style>
span { border-color: #C7B08F; }
span { border-color: rgb(199,176,143); }
td.TdClassName
{
border-color: #C7B08F;
}
.TagClassName
{
border-color: #C7B08F;
}
</style>