Shades of Dark Khaki #C7BA72
Tints of Dark Khaki #C7BA72
RGB
CMYK
RGB Variations
Color information
#C7BA72 (or 0xC7BA72) is known color: Dark Khaki. HEX triplet: C7, BA and 72. RGB value is (199,186,114). Sum of RGB (Red+Green+Blue) = 199+186+114=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA72 is #38458D. Grayscale: #B5B5B5. Windows color (decimal): -3687822 or 7518919. OLE color: 7518919.
HSL color Cylindrical-coordinate representation of color #C7BA72: hue angle of 50.82º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7BA72 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 114 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.22 |
| HSL | 50.82º | 0.43% | 0.61% | - |
| HSV(B) | 50.82º | 0.43% | 0.78% | - |
| XYZ | 44.15 | 48.47 | 22.95 | - |
| YUV | 181.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 114 | 0 | 0.07 | 0.43 | 0.22 | 50.82 | 0.43 | 0.61 |
| Hex | C7 | BA | 72 | 0 | 7 | 2B | 16 | 33 | 2B | 3D |
| Octal | 307 | 272 | 162 | 0 | 7 | 53 | 26 | 63 | 53 | 75 |
| Binary | 11000111 | 10111010 | 1110010 | 0 | 111 | 101011 | 10110 | 110011 | 101011 | 111101 |
Color Harmonies of #C7BA72
Complementary color
Monochromatic Colors of #C7BA72
Black with #C7BA72
Text Example
Text Example
White with #C7BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA72; }
p { color: rgb(199,186,114); }
H1.HeaderClassName
{
color: #C7BA72;
}
.AnyTagClassName
{
color: #C7BA72;
}
</style>
background-color css
<style>
a { background-color: #C7BA72; }
a { background-color: rgb(199,186,114); }
div.DivClassName
{
background-color: #C7BA72;
}
.BgClassName
{
background-color: #C7BA72;
}
</style>
border-color css
<style>
span { border-color: #C7BA72; }
span { border-color: rgb(199,186,114); }
td.TdClassName
{
border-color: #C7BA72;
}
.TagClassName
{
border-color: #C7BA72;
}
</style>