Shades of Dark Khaki #C0B968
Tints of Dark Khaki #C0B968
RGB
CMYK
RGB Variations
Color information
#C0B968 (or 0xC0B968) is known color: Dark Khaki. HEX triplet: C0, B9 and 68. RGB value is (192,185,104). Sum of RGB (Red+Green+Blue) = 192+185+104=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B968 is #3F4697. Grayscale: #B2B2B2. Windows color (decimal): -4146840 or 6863296. OLE color: 6863296.
HSL color Cylindrical-coordinate representation of color #C0B968: hue angle of 55.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0B968 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 104 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.25 |
| HSL | 55.23º | 0.41% | 0.58% | - |
| HSV(B) | 55.23º | 0.46% | 0.75% | - |
| XYZ | 41.59 | 46.9 | 19.96 | - |
| YUV | 177.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 104 | 0 | 0.04 | 0.46 | 0.25 | 55.23 | 0.41 | 0.58 |
| Hex | C0 | B9 | 68 | 0 | 4 | 2E | 19 | 37 | 29 | 3A |
| Octal | 300 | 271 | 150 | 0 | 4 | 56 | 31 | 67 | 51 | 72 |
| Binary | 11000000 | 10111001 | 1101000 | 0 | 100 | 101110 | 11001 | 110111 | 101001 | 111010 |
Color Harmonies of #C0B968
Complementary color
Monochromatic Colors of #C0B968
Black with #C0B968
Text Example
Text Example
White with #C0B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B968; }
p { color: rgb(192,185,104); }
H1.HeaderClassName
{
color: #C0B968;
}
.AnyTagClassName
{
color: #C0B968;
}
</style>
background-color css
<style>
a { background-color: #C0B968; }
a { background-color: rgb(192,185,104); }
div.DivClassName
{
background-color: #C0B968;
}
.BgClassName
{
background-color: #C0B968;
}
</style>
border-color css
<style>
span { border-color: #C0B968; }
span { border-color: rgb(192,185,104); }
td.TdClassName
{
border-color: #C0B968;
}
.TagClassName
{
border-color: #C0B968;
}
</style>