Shades of Dark Khaki #C4BA70
Tints of Dark Khaki #C4BA70
RGB
CMYK
RGB Variations
Color information
#C4BA70 (or 0xC4BA70) is known color: Dark Khaki. HEX triplet: C4, BA and 70. RGB value is (196,186,112). Sum of RGB (Red+Green+Blue) = 196+186+112=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA70 is #3B458F. Grayscale: #B4B4B4. Windows color (decimal): -3884432 or 7387844. OLE color: 7387844.
HSL color Cylindrical-coordinate representation of color #C4BA70: hue angle of 52.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4BA70 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 112 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.23 |
| HSL | 52.86º | 0.42% | 0.6% | - |
| HSV(B) | 52.86º | 0.43% | 0.77% | - |
| XYZ | 43.25 | 48.02 | 22.32 | - |
| YUV | 180.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 112 | 0 | 0.05 | 0.43 | 0.23 | 52.86 | 0.42 | 0.6 |
| Hex | C4 | BA | 70 | 0 | 5 | 2B | 17 | 35 | 2A | 3C |
| Octal | 304 | 272 | 160 | 0 | 5 | 53 | 27 | 65 | 52 | 74 |
| Binary | 11000100 | 10111010 | 1110000 | 0 | 101 | 101011 | 10111 | 110101 | 101010 | 111100 |
Color Harmonies of #C4BA70
Complementary color
Monochromatic Colors of #C4BA70
Black with #C4BA70
Text Example
Text Example
White with #C4BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA70; }
p { color: rgb(196,186,112); }
H1.HeaderClassName
{
color: #C4BA70;
}
.AnyTagClassName
{
color: #C4BA70;
}
</style>
background-color css
<style>
a { background-color: #C4BA70; }
a { background-color: rgb(196,186,112); }
div.DivClassName
{
background-color: #C4BA70;
}
.BgClassName
{
background-color: #C4BA70;
}
</style>
border-color css
<style>
span { border-color: #C4BA70; }
span { border-color: rgb(196,186,112); }
td.TdClassName
{
border-color: #C4BA70;
}
.TagClassName
{
border-color: #C4BA70;
}
</style>