Shades of Dark Khaki #C0B96D
Tints of Dark Khaki #C0B96D
RGB
CMYK
RGB Variations
Color information
#C0B96D (or 0xC0B96D) is known color: Dark Khaki. HEX triplet: C0, B9 and 6D. RGB value is (192,185,109). Sum of RGB (Red+Green+Blue) = 192+185+109=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B96D is #3F4692. Grayscale: #B2B2B2. Windows color (decimal): -4146835 or 7190976. OLE color: 7190976.
HSL color Cylindrical-coordinate representation of color #C0B96D: hue angle of 54.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0B96D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 109 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.25 |
| HSL | 54.94º | 0.4% | 0.59% | - |
| HSV(B) | 54.94º | 0.43% | 0.75% | - |
| XYZ | 41.85 | 47.01 | 21.34 | - |
| YUV | 178.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 109 | 0 | 0.04 | 0.43 | 0.25 | 54.94 | 0.4 | 0.59 |
| Hex | C0 | B9 | 6D | 0 | 4 | 2B | 19 | 37 | 28 | 3B |
| Octal | 300 | 271 | 155 | 0 | 4 | 53 | 31 | 67 | 50 | 73 |
| Binary | 11000000 | 10111001 | 1101101 | 0 | 100 | 101011 | 11001 | 110111 | 101000 | 111011 |
Color Harmonies of #C0B96D
Complementary color
Monochromatic Colors of #C0B96D
Black with #C0B96D
Text Example
Text Example
White with #C0B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B96D; }
p { color: rgb(192,185,109); }
H1.HeaderClassName
{
color: #C0B96D;
}
.AnyTagClassName
{
color: #C0B96D;
}
</style>
background-color css
<style>
a { background-color: #C0B96D; }
a { background-color: rgb(192,185,109); }
div.DivClassName
{
background-color: #C0B96D;
}
.BgClassName
{
background-color: #C0B96D;
}
</style>
border-color css
<style>
span { border-color: #C0B96D; }
span { border-color: rgb(192,185,109); }
td.TdClassName
{
border-color: #C0B96D;
}
.TagClassName
{
border-color: #C0B96D;
}
</style>