Shades of Dark Khaki #C4BA69
Tints of Dark Khaki #C4BA69
RGB
CMYK
RGB Variations
Color information
#C4BA69 (or 0xC4BA69) is known color: Dark Khaki. HEX triplet: C4, BA and 69. RGB value is (196,186,105). Sum of RGB (Red+Green+Blue) = 196+186+105=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA69 is #3B4596. Grayscale: #B4B4B4. Windows color (decimal): -3884439 or 6929092. OLE color: 6929092.
HSL color Cylindrical-coordinate representation of color #C4BA69: hue angle of 53.41º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4BA69 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 105 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.23 |
| HSL | 53.41º | 0.44% | 0.59% | - |
| HSV(B) | 53.41º | 0.46% | 0.77% | - |
| XYZ | 42.87 | 47.87 | 20.35 | - |
| YUV | 179.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 105 | 0 | 0.05 | 0.46 | 0.23 | 53.41 | 0.44 | 0.59 |
| Hex | C4 | BA | 69 | 0 | 5 | 2E | 17 | 35 | 2C | 3B |
| Octal | 304 | 272 | 151 | 0 | 5 | 56 | 27 | 65 | 54 | 73 |
| Binary | 11000100 | 10111010 | 1101001 | 0 | 101 | 101110 | 10111 | 110101 | 101100 | 111011 |
Color Harmonies of #C4BA69
Complementary color
Monochromatic Colors of #C4BA69
Black with #C4BA69
Text Example
Text Example
White with #C4BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA69; }
p { color: rgb(196,186,105); }
H1.HeaderClassName
{
color: #C4BA69;
}
.AnyTagClassName
{
color: #C4BA69;
}
</style>
background-color css
<style>
a { background-color: #C4BA69; }
a { background-color: rgb(196,186,105); }
div.DivClassName
{
background-color: #C4BA69;
}
.BgClassName
{
background-color: #C4BA69;
}
</style>
border-color css
<style>
span { border-color: #C4BA69; }
span { border-color: rgb(196,186,105); }
td.TdClassName
{
border-color: #C4BA69;
}
.TagClassName
{
border-color: #C4BA69;
}
</style>