Shades of Dark Khaki #C4B95D
Tints of Dark Khaki #C4B95D
RGB
CMYK
RGB Variations
Color information
#C4B95D (or 0xC4B95D) is known color: Dark Khaki. HEX triplet: C4, B9 and 5D. RGB value is (196,185,93). Sum of RGB (Red+Green+Blue) = 196+185+93=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B95D is #3B46A2. Grayscale: #B2B2B2. Windows color (decimal): -3884707 or 6142404. OLE color: 6142404.
HSL color Cylindrical-coordinate representation of color #C4B95D: hue angle of 53.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4B95D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 93 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.23 |
| HSL | 53.59º | 0.47% | 0.57% | - |
| HSV(B) | 53.59º | 0.53% | 0.77% | - |
| XYZ | 42.09 | 47.22 | 17.25 | - |
| YUV | 177.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 93 | 0 | 0.06 | 0.53 | 0.23 | 53.59 | 0.47 | 0.57 |
| Hex | C4 | B9 | 5D | 0 | 6 | 35 | 17 | 36 | 2F | 39 |
| Octal | 304 | 271 | 135 | 0 | 6 | 65 | 27 | 66 | 57 | 71 |
| Binary | 11000100 | 10111001 | 1011101 | 0 | 110 | 110101 | 10111 | 110110 | 101111 | 111001 |
Color Harmonies of #C4B95D
Complementary color
Monochromatic Colors of #C4B95D
Black with #C4B95D
Text Example
Text Example
White with #C4B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B95D; }
p { color: rgb(196,185,93); }
H1.HeaderClassName
{
color: #C4B95D;
}
.AnyTagClassName
{
color: #C4B95D;
}
</style>
background-color css
<style>
a { background-color: #C4B95D; }
a { background-color: rgb(196,185,93); }
div.DivClassName
{
background-color: #C4B95D;
}
.BgClassName
{
background-color: #C4B95D;
}
</style>
border-color css
<style>
span { border-color: #C4B95D; }
span { border-color: rgb(196,185,93); }
td.TdClassName
{
border-color: #C4B95D;
}
.TagClassName
{
border-color: #C4B95D;
}
</style>