Shades of Tan #C7B38C
Tints of Tan #C7B38C
RGB
CMYK
RGB Variations
Color information
#C7B38C (or 0xC7B38C) is known color: Tan. HEX triplet: C7, B3 and 8C. RGB value is (199,179,140). Sum of RGB (Red+Green+Blue) = 199+179+140=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B38C is #384C73. Grayscale: #B4B4B4. Windows color (decimal): -3689588 or 9221063. OLE color: 9221063.
HSL color Cylindrical-coordinate representation of color #C7B38C: hue angle of 39.66º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B38C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 140 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.22 |
| HSL | 39.66º | 0.35% | 0.66% | - |
| HSV(B) | 39.66º | 0.3% | 0.78% | - |
| XYZ | 44.41 | 46.28 | 31.4 | - |
| YUV | 180.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 140 | 0 | 0.10 | 0.30 | 0.22 | 39.66 | 0.35 | 0.66 |
| Hex | C7 | B3 | 8C | 0 | A | 1E | 16 | 28 | 23 | 42 |
| Octal | 307 | 263 | 214 | 0 | 12 | 36 | 26 | 50 | 43 | 102 |
| Binary | 11000111 | 10110011 | 10001100 | 0 | 1010 | 11110 | 10110 | 101000 | 100011 | 1000010 |
Color Harmonies of #C7B38C
Complementary color
Monochromatic Colors of #C7B38C
Black with #C7B38C
Text Example
Text Example
White with #C7B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B38C; }
p { color: rgb(199,179,140); }
H1.HeaderClassName
{
color: #C7B38C;
}
.AnyTagClassName
{
color: #C7B38C;
}
</style>
background-color css
<style>
a { background-color: #C7B38C; }
a { background-color: rgb(199,179,140); }
div.DivClassName
{
background-color: #C7B38C;
}
.BgClassName
{
background-color: #C7B38C;
}
</style>
border-color css
<style>
span { border-color: #C7B38C; }
span { border-color: rgb(199,179,140); }
td.TdClassName
{
border-color: #C7B38C;
}
.TagClassName
{
border-color: #C7B38C;
}
</style>