Shades of Dark Khaki #C0B768
Tints of Dark Khaki #C0B768
RGB
CMYK
RGB Variations
Color information
#C0B768 (or 0xC0B768) is known color: Dark Khaki. HEX triplet: C0, B7 and 68. RGB value is (192,183,104). Sum of RGB (Red+Green+Blue) = 192+183+104=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B768 is #3F4897. Grayscale: #B1B1B1. Windows color (decimal): -4147352 or 6862784. OLE color: 6862784.
HSL color Cylindrical-coordinate representation of color #C0B768: hue angle of 53.86º 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 #C0B768 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 104 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.25 |
| HSL | 53.86º | 0.41% | 0.58% | - |
| HSV(B) | 53.86º | 0.46% | 0.75% | - |
| XYZ | 41.17 | 46.07 | 19.82 | - |
| YUV | 176.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 104 | 0 | 0.05 | 0.46 | 0.25 | 53.86 | 0.41 | 0.58 |
| Hex | C0 | B7 | 68 | 0 | 5 | 2E | 19 | 36 | 29 | 3A |
| Octal | 300 | 267 | 150 | 0 | 5 | 56 | 31 | 66 | 51 | 72 |
| Binary | 11000000 | 10110111 | 1101000 | 0 | 101 | 101110 | 11001 | 110110 | 101001 | 111010 |
Color Harmonies of #C0B768
Complementary color
Monochromatic Colors of #C0B768
Black with #C0B768
Text Example
Text Example
White with #C0B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B768; }
p { color: rgb(192,183,104); }
H1.HeaderClassName
{
color: #C0B768;
}
.AnyTagClassName
{
color: #C0B768;
}
</style>
background-color css
<style>
a { background-color: #C0B768; }
a { background-color: rgb(192,183,104); }
div.DivClassName
{
background-color: #C0B768;
}
.BgClassName
{
background-color: #C0B768;
}
</style>
border-color css
<style>
span { border-color: #C0B768; }
span { border-color: rgb(192,183,104); }
td.TdClassName
{
border-color: #C0B768;
}
.TagClassName
{
border-color: #C0B768;
}
</style>