Shades of Dark Khaki #C7BA6F
Tints of Dark Khaki #C7BA6F
RGB
CMYK
RGB Variations
Color information
#C7BA6F (or 0xC7BA6F) is known color: Dark Khaki. HEX triplet: C7, BA and 6F. RGB value is (199,186,111). Sum of RGB (Red+Green+Blue) = 199+186+111=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA6F is #384590. Grayscale: #B5B5B5. Windows color (decimal): -3687825 or 7322311. OLE color: 7322311.
HSL color Cylindrical-coordinate representation of color #C7BA6F: hue angle of 51.14º 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 #C7BA6F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 111 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.22 |
| HSL | 51.14º | 0.44% | 0.61% | - |
| HSV(B) | 51.14º | 0.44% | 0.78% | - |
| XYZ | 43.98 | 48.41 | 22.06 | - |
| YUV | 181.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 111 | 0 | 0.07 | 0.44 | 0.22 | 51.14 | 0.44 | 0.61 |
| Hex | C7 | BA | 6F | 0 | 7 | 2C | 16 | 33 | 2C | 3D |
| Octal | 307 | 272 | 157 | 0 | 7 | 54 | 26 | 63 | 54 | 75 |
| Binary | 11000111 | 10111010 | 1101111 | 0 | 111 | 101100 | 10110 | 110011 | 101100 | 111101 |
Color Harmonies of #C7BA6F
Complementary color
Monochromatic Colors of #C7BA6F
Black with #C7BA6F
Text Example
Text Example
White with #C7BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA6F; }
p { color: rgb(199,186,111); }
H1.HeaderClassName
{
color: #C7BA6F;
}
.AnyTagClassName
{
color: #C7BA6F;
}
</style>
background-color css
<style>
a { background-color: #C7BA6F; }
a { background-color: rgb(199,186,111); }
div.DivClassName
{
background-color: #C7BA6F;
}
.BgClassName
{
background-color: #C7BA6F;
}
</style>
border-color css
<style>
span { border-color: #C7BA6F; }
span { border-color: rgb(199,186,111); }
td.TdClassName
{
border-color: #C7BA6F;
}
.TagClassName
{
border-color: #C7BA6F;
}
</style>