Shades of Dark Khaki #C1BA6D
Tints of Dark Khaki #C1BA6D
RGB
CMYK
RGB Variations
Color information
#C1BA6D (or 0xC1BA6D) is known color: Dark Khaki. HEX triplet: C1, BA and 6D. RGB value is (193,186,109). Sum of RGB (Red+Green+Blue) = 193+186+109=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA6D is #3E4592. Grayscale: #B3B3B3. Windows color (decimal): -4081043 or 7191233. OLE color: 7191233.
HSL color Cylindrical-coordinate representation of color #C1BA6D: hue angle of 55º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1BA6D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 109 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.24 |
| HSL | 55º | 0.4% | 0.59% | - |
| HSV(B) | 55º | 0.44% | 0.76% | - |
| XYZ | 42.31 | 47.56 | 21.42 | - |
| YUV | 179.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 109 | 0 | 0.04 | 0.44 | 0.24 | 55 | 0.4 | 0.59 |
| Hex | C1 | BA | 6D | 0 | 4 | 2C | 18 | 37 | 28 | 3B |
| Octal | 301 | 272 | 155 | 0 | 4 | 54 | 30 | 67 | 50 | 73 |
| Binary | 11000001 | 10111010 | 1101101 | 0 | 100 | 101100 | 11000 | 110111 | 101000 | 111011 |
Color Harmonies of #C1BA6D
Complementary color
Monochromatic Colors of #C1BA6D
Black with #C1BA6D
Text Example
Text Example
White with #C1BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA6D; }
p { color: rgb(193,186,109); }
H1.HeaderClassName
{
color: #C1BA6D;
}
.AnyTagClassName
{
color: #C1BA6D;
}
</style>
background-color css
<style>
a { background-color: #C1BA6D; }
a { background-color: rgb(193,186,109); }
div.DivClassName
{
background-color: #C1BA6D;
}
.BgClassName
{
background-color: #C1BA6D;
}
</style>
border-color css
<style>
span { border-color: #C1BA6D; }
span { border-color: rgb(193,186,109); }
td.TdClassName
{
border-color: #C1BA6D;
}
.TagClassName
{
border-color: #C1BA6D;
}
</style>