Shades of Dark Khaki #C0BD6B
Tints of Dark Khaki #C0BD6B
RGB
CMYK
RGB Variations
Color information
#C0BD6B (or 0xC0BD6B) is known color: Dark Khaki. HEX triplet: C0, BD and 6B. RGB value is (192,189,107). Sum of RGB (Red+Green+Blue) = 192+189+107=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD6B is #3F4294. Grayscale: #B4B4B4. Windows color (decimal): -4145813 or 7060928. OLE color: 7060928.
HSL color Cylindrical-coordinate representation of color #C0BD6B: hue angle of 57.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BD6B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 107 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.25 |
| HSL | 57.88º | 0.4% | 0.59% | - |
| HSV(B) | 57.88º | 0.44% | 0.75% | - |
| XYZ | 42.59 | 48.66 | 21.06 | - |
| YUV | 180.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 107 | 0 | 0.02 | 0.44 | 0.25 | 57.88 | 0.4 | 0.59 |
| Hex | C0 | BD | 6B | 0 | 2 | 2C | 19 | 3A | 28 | 3B |
| Octal | 300 | 275 | 153 | 0 | 2 | 54 | 31 | 72 | 50 | 73 |
| Binary | 11000000 | 10111101 | 1101011 | 0 | 10 | 101100 | 11001 | 111010 | 101000 | 111011 |
Color Harmonies of #C0BD6B
Complementary color
Monochromatic Colors of #C0BD6B
Black with #C0BD6B
Text Example
Text Example
White with #C0BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD6B; }
p { color: rgb(192,189,107); }
H1.HeaderClassName
{
color: #C0BD6B;
}
.AnyTagClassName
{
color: #C0BD6B;
}
</style>
background-color css
<style>
a { background-color: #C0BD6B; }
a { background-color: rgb(192,189,107); }
div.DivClassName
{
background-color: #C0BD6B;
}
.BgClassName
{
background-color: #C0BD6B;
}
</style>
border-color css
<style>
span { border-color: #C0BD6B; }
span { border-color: rgb(192,189,107); }
td.TdClassName
{
border-color: #C0BD6B;
}
.TagClassName
{
border-color: #C0BD6B;
}
</style>