Shades of Dark Khaki #C0BC6A
Tints of Dark Khaki #C0BC6A
RGB
CMYK
RGB Variations
Color information
#C0BC6A (or 0xC0BC6A) is known color: Dark Khaki. HEX triplet: C0, BC and 6A. RGB value is (192,188,106). Sum of RGB (Red+Green+Blue) = 192+188+106=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC6A is #3F4395. Grayscale: #B4B4B4. Windows color (decimal): -4146070 or 6995136. OLE color: 6995136.
HSL color Cylindrical-coordinate representation of color #C0BC6A: hue angle of 57.21º 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 #C0BC6A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 106 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.25 |
| HSL | 57.21º | 0.41% | 0.58% | - |
| HSV(B) | 57.21º | 0.45% | 0.75% | - |
| XYZ | 42.32 | 48.21 | 20.71 | - |
| YUV | 179.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 106 | 0 | 0.02 | 0.45 | 0.25 | 57.21 | 0.41 | 0.58 |
| Hex | C0 | BC | 6A | 0 | 2 | 2D | 19 | 39 | 29 | 3A |
| Octal | 300 | 274 | 152 | 0 | 2 | 55 | 31 | 71 | 51 | 72 |
| Binary | 11000000 | 10111100 | 1101010 | 0 | 10 | 101101 | 11001 | 111001 | 101001 | 111010 |
Color Harmonies of #C0BC6A
Complementary color
Monochromatic Colors of #C0BC6A
Black with #C0BC6A
Text Example
Text Example
White with #C0BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC6A; }
p { color: rgb(192,188,106); }
H1.HeaderClassName
{
color: #C0BC6A;
}
.AnyTagClassName
{
color: #C0BC6A;
}
</style>
background-color css
<style>
a { background-color: #C0BC6A; }
a { background-color: rgb(192,188,106); }
div.DivClassName
{
background-color: #C0BC6A;
}
.BgClassName
{
background-color: #C0BC6A;
}
</style>
border-color css
<style>
span { border-color: #C0BC6A; }
span { border-color: rgb(192,188,106); }
td.TdClassName
{
border-color: #C0BC6A;
}
.TagClassName
{
border-color: #C0BC6A;
}
</style>