Shades of Dark Khaki #C4BA5F
Tints of Dark Khaki #C4BA5F
RGB
CMYK
RGB Variations
Color information
#C4BA5F (or 0xC4BA5F) is known color: Dark Khaki. HEX triplet: C4, BA and 5F. RGB value is (196,186,95). Sum of RGB (Red+Green+Blue) = 196+186+95=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA5F is #3B45A0. Grayscale: #B2B2B2. Windows color (decimal): -3884449 or 6273732. OLE color: 6273732.
HSL color Cylindrical-coordinate representation of color #C4BA5F: hue angle of 54.06º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4BA5F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 95 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.23 |
| HSL | 54.06º | 0.46% | 0.57% | - |
| HSV(B) | 54.06º | 0.52% | 0.77% | - |
| XYZ | 42.39 | 47.68 | 17.8 | - |
| YUV | 178.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 95 | 0 | 0.05 | 0.52 | 0.23 | 54.06 | 0.46 | 0.57 |
| Hex | C4 | BA | 5F | 0 | 5 | 34 | 17 | 36 | 2E | 39 |
| Octal | 304 | 272 | 137 | 0 | 5 | 64 | 27 | 66 | 56 | 71 |
| Binary | 11000100 | 10111010 | 1011111 | 0 | 101 | 110100 | 10111 | 110110 | 101110 | 111001 |
Color Harmonies of #C4BA5F
Complementary color
Monochromatic Colors of #C4BA5F
Black with #C4BA5F
Text Example
Text Example
White with #C4BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA5F; }
p { color: rgb(196,186,95); }
H1.HeaderClassName
{
color: #C4BA5F;
}
.AnyTagClassName
{
color: #C4BA5F;
}
</style>
background-color css
<style>
a { background-color: #C4BA5F; }
a { background-color: rgb(196,186,95); }
div.DivClassName
{
background-color: #C4BA5F;
}
.BgClassName
{
background-color: #C4BA5F;
}
</style>
border-color css
<style>
span { border-color: #C4BA5F; }
span { border-color: rgb(196,186,95); }
td.TdClassName
{
border-color: #C4BA5F;
}
.TagClassName
{
border-color: #C4BA5F;
}
</style>