Shades of Dark Khaki #C0C16D
Tints of Dark Khaki #C0C16D
RGB
CMYK
RGB Variations
Color information
#C0C16D (or 0xC0C16D) is known color: Dark Khaki. HEX triplet: C0, C1 and 6D. RGB value is (192,193,109). Sum of RGB (Red+Green+Blue) = 192+193+109=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C16D is #3F3E92. Grayscale: #B7B7B7. Windows color (decimal): -4144787 or 7193024. OLE color: 7193024.
HSL color Cylindrical-coordinate representation of color #C0C16D: hue angle of 60.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0C16D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 109 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.24 |
| HSL | 60.71º | 0.4% | 0.59% | - |
| HSV(B) | 60.71º | 0.44% | 0.76% | - |
| XYZ | 43.57 | 50.45 | 21.91 | - |
| YUV | 183.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 109 | 0.01 | 0 | 0.44 | 0.24 | 60.71 | 0.4 | 0.59 |
| Hex | C0 | C1 | 6D | 1 | 0 | 2C | 18 | 3D | 28 | 3B |
| Octal | 300 | 301 | 155 | 1 | 0 | 54 | 30 | 75 | 50 | 73 |
| Binary | 11000000 | 11000001 | 1101101 | 1 | 0 | 101100 | 11000 | 111101 | 101000 | 111011 |
Color Harmonies of #C0C16D
Complementary color
Monochromatic Colors of #C0C16D
Black with #C0C16D
Text Example
Text Example
White with #C0C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C16D; }
p { color: rgb(192,193,109); }
H1.HeaderClassName
{
color: #C0C16D;
}
.AnyTagClassName
{
color: #C0C16D;
}
</style>
background-color css
<style>
a { background-color: #C0C16D; }
a { background-color: rgb(192,193,109); }
div.DivClassName
{
background-color: #C0C16D;
}
.BgClassName
{
background-color: #C0C16D;
}
</style>
border-color css
<style>
span { border-color: #C0C16D; }
span { border-color: rgb(192,193,109); }
td.TdClassName
{
border-color: #C0C16D;
}
.TagClassName
{
border-color: #C0C16D;
}
</style>