Shades of Dark Khaki #C4BA76
Tints of Dark Khaki #C4BA76
RGB
CMYK
RGB Variations
Color information
#C4BA76 (or 0xC4BA76) is known color: Dark Khaki. HEX triplet: C4, BA and 76. RGB value is (196,186,118). Sum of RGB (Red+Green+Blue) = 196+186+118=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA76 is #3B4589. Grayscale: #B5B5B5. Windows color (decimal): -3884426 or 7781060. OLE color: 7781060.
HSL color Cylindrical-coordinate representation of color #C4BA76: hue angle of 52.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BA76 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 118 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.23 |
| HSL | 52.31º | 0.4% | 0.62% | - |
| HSV(B) | 52.31º | 0.4% | 0.77% | - |
| XYZ | 43.59 | 48.16 | 24.14 | - |
| YUV | 181.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 118 | 0 | 0.05 | 0.40 | 0.23 | 52.31 | 0.4 | 0.62 |
| Hex | C4 | BA | 76 | 0 | 5 | 28 | 17 | 34 | 28 | 3E |
| Octal | 304 | 272 | 166 | 0 | 5 | 50 | 27 | 64 | 50 | 76 |
| Binary | 11000100 | 10111010 | 1110110 | 0 | 101 | 101000 | 10111 | 110100 | 101000 | 111110 |
Color Harmonies of #C4BA76
Complementary color
Monochromatic Colors of #C4BA76
Black with #C4BA76
Text Example
Text Example
White with #C4BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA76; }
p { color: rgb(196,186,118); }
H1.HeaderClassName
{
color: #C4BA76;
}
.AnyTagClassName
{
color: #C4BA76;
}
</style>
background-color css
<style>
a { background-color: #C4BA76; }
a { background-color: rgb(196,186,118); }
div.DivClassName
{
background-color: #C4BA76;
}
.BgClassName
{
background-color: #C4BA76;
}
</style>
border-color css
<style>
span { border-color: #C4BA76; }
span { border-color: rgb(196,186,118); }
td.TdClassName
{
border-color: #C4BA76;
}
.TagClassName
{
border-color: #C4BA76;
}
</style>