Shades of Dark Khaki #C4BA72
Tints of Dark Khaki #C4BA72
RGB
CMYK
RGB Variations
Color information
#C4BA72 (or 0xC4BA72) is known color: Dark Khaki. HEX triplet: C4, BA and 72. RGB value is (196,186,114). Sum of RGB (Red+Green+Blue) = 196+186+114=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA72 is #3B458D. Grayscale: #B5B5B5. Windows color (decimal): -3884430 or 7518916. OLE color: 7518916.
HSL color Cylindrical-coordinate representation of color #C4BA72: hue angle of 52.68º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4BA72 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 114 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.23 |
| HSL | 52.68º | 0.41% | 0.61% | - |
| HSV(B) | 52.68º | 0.42% | 0.77% | - |
| XYZ | 43.36 | 48.07 | 22.91 | - |
| YUV | 180.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 114 | 0 | 0.05 | 0.42 | 0.23 | 52.68 | 0.41 | 0.61 |
| Hex | C4 | BA | 72 | 0 | 5 | 2A | 17 | 35 | 29 | 3D |
| Octal | 304 | 272 | 162 | 0 | 5 | 52 | 27 | 65 | 51 | 75 |
| Binary | 11000100 | 10111010 | 1110010 | 0 | 101 | 101010 | 10111 | 110101 | 101001 | 111101 |
Color Harmonies of #C4BA72
Complementary color
Monochromatic Colors of #C4BA72
Black with #C4BA72
Text Example
Text Example
White with #C4BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA72; }
p { color: rgb(196,186,114); }
H1.HeaderClassName
{
color: #C4BA72;
}
.AnyTagClassName
{
color: #C4BA72;
}
</style>
background-color css
<style>
a { background-color: #C4BA72; }
a { background-color: rgb(196,186,114); }
div.DivClassName
{
background-color: #C4BA72;
}
.BgClassName
{
background-color: #C4BA72;
}
</style>
border-color css
<style>
span { border-color: #C4BA72; }
span { border-color: rgb(196,186,114); }
td.TdClassName
{
border-color: #C4BA72;
}
.TagClassName
{
border-color: #C4BA72;
}
</style>