Shades of Dark Khaki #C0BB68
Tints of Dark Khaki #C0BB68
RGB
CMYK
RGB Variations
Color information
#C0BB68 (or 0xC0BB68) is known color: Dark Khaki. HEX triplet: C0, BB and 68. RGB value is (192,187,104). Sum of RGB (Red+Green+Blue) = 192+187+104=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB68 is #3F4497. Grayscale: #B3B3B3. Windows color (decimal): -4146328 or 6863808. OLE color: 6863808.
HSL color Cylindrical-coordinate representation of color #C0BB68: hue angle of 56.59º 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 #C0BB68 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 104 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.25 |
| HSL | 56.59º | 0.41% | 0.58% | - |
| HSV(B) | 56.59º | 0.46% | 0.75% | - |
| XYZ | 42.01 | 47.75 | 20.1 | - |
| YUV | 179.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 104 | 0 | 0.03 | 0.46 | 0.25 | 56.59 | 0.41 | 0.58 |
| Hex | C0 | BB | 68 | 0 | 3 | 2E | 19 | 39 | 29 | 3A |
| Octal | 300 | 273 | 150 | 0 | 3 | 56 | 31 | 71 | 51 | 72 |
| Binary | 11000000 | 10111011 | 1101000 | 0 | 11 | 101110 | 11001 | 111001 | 101001 | 111010 |
Color Harmonies of #C0BB68
Complementary color
Monochromatic Colors of #C0BB68
Black with #C0BB68
Text Example
Text Example
White with #C0BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB68; }
p { color: rgb(192,187,104); }
H1.HeaderClassName
{
color: #C0BB68;
}
.AnyTagClassName
{
color: #C0BB68;
}
</style>
background-color css
<style>
a { background-color: #C0BB68; }
a { background-color: rgb(192,187,104); }
div.DivClassName
{
background-color: #C0BB68;
}
.BgClassName
{
background-color: #C0BB68;
}
</style>
border-color css
<style>
span { border-color: #C0BB68; }
span { border-color: rgb(192,187,104); }
td.TdClassName
{
border-color: #C0BB68;
}
.TagClassName
{
border-color: #C0BB68;
}
</style>