Shades of Dark Khaki #C0BD6A
Tints of Dark Khaki #C0BD6A
RGB
CMYK
RGB Variations
Color information
#C0BD6A (or 0xC0BD6A) is known color: Dark Khaki. HEX triplet: C0, BD and 6A. RGB value is (192,189,106). Sum of RGB (Red+Green+Blue) = 192+189+106=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD6A is #3F4295. Grayscale: #B4B4B4. Windows color (decimal): -4145814 or 6995392. OLE color: 6995392.
HSL color Cylindrical-coordinate representation of color #C0BD6A: hue angle of 57.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0BD6A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 106 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.25 |
| HSL | 57.91º | 0.41% | 0.58% | - |
| HSV(B) | 57.91º | 0.45% | 0.75% | - |
| XYZ | 42.54 | 48.64 | 20.78 | - |
| YUV | 180.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 106 | 0 | 0.02 | 0.45 | 0.25 | 57.91 | 0.41 | 0.58 |
| Hex | C0 | BD | 6A | 0 | 2 | 2D | 19 | 3A | 29 | 3A |
| Octal | 300 | 275 | 152 | 0 | 2 | 55 | 31 | 72 | 51 | 72 |
| Binary | 11000000 | 10111101 | 1101010 | 0 | 10 | 101101 | 11001 | 111010 | 101001 | 111010 |
Color Harmonies of #C0BD6A
Complementary color
Monochromatic Colors of #C0BD6A
Black with #C0BD6A
Text Example
Text Example
White with #C0BD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD6A; }
p { color: rgb(192,189,106); }
H1.HeaderClassName
{
color: #C0BD6A;
}
.AnyTagClassName
{
color: #C0BD6A;
}
</style>
background-color css
<style>
a { background-color: #C0BD6A; }
a { background-color: rgb(192,189,106); }
div.DivClassName
{
background-color: #C0BD6A;
}
.BgClassName
{
background-color: #C0BD6A;
}
</style>
border-color css
<style>
span { border-color: #C0BD6A; }
span { border-color: rgb(192,189,106); }
td.TdClassName
{
border-color: #C0BD6A;
}
.TagClassName
{
border-color: #C0BD6A;
}
</style>