Shades of Dark Khaki #C7BA70
Tints of Dark Khaki #C7BA70
RGB
CMYK
RGB Variations
Color information
#C7BA70 (or 0xC7BA70) is known color: Dark Khaki. HEX triplet: C7, BA and 70. RGB value is (199,186,112). Sum of RGB (Red+Green+Blue) = 199+186+112=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA70 is #38458F. Grayscale: #B5B5B5. Windows color (decimal): -3687824 or 7387847. OLE color: 7387847.
HSL color Cylindrical-coordinate representation of color #C7BA70: hue angle of 51.03º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7BA70 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 112 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.22 |
| HSL | 51.03º | 0.44% | 0.61% | - |
| HSV(B) | 51.03º | 0.44% | 0.78% | - |
| XYZ | 44.04 | 48.43 | 22.36 | - |
| YUV | 181.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 112 | 0 | 0.07 | 0.44 | 0.22 | 51.03 | 0.44 | 0.61 |
| Hex | C7 | BA | 70 | 0 | 7 | 2C | 16 | 33 | 2C | 3D |
| Octal | 307 | 272 | 160 | 0 | 7 | 54 | 26 | 63 | 54 | 75 |
| Binary | 11000111 | 10111010 | 1110000 | 0 | 111 | 101100 | 10110 | 110011 | 101100 | 111101 |
Color Harmonies of #C7BA70
Complementary color
Monochromatic Colors of #C7BA70
Black with #C7BA70
Text Example
Text Example
White with #C7BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA70; }
p { color: rgb(199,186,112); }
H1.HeaderClassName
{
color: #C7BA70;
}
.AnyTagClassName
{
color: #C7BA70;
}
</style>
background-color css
<style>
a { background-color: #C7BA70; }
a { background-color: rgb(199,186,112); }
div.DivClassName
{
background-color: #C7BA70;
}
.BgClassName
{
background-color: #C7BA70;
}
</style>
border-color css
<style>
span { border-color: #C7BA70; }
span { border-color: rgb(199,186,112); }
td.TdClassName
{
border-color: #C7BA70;
}
.TagClassName
{
border-color: #C7BA70;
}
</style>