Shades of Dark Khaki #C0C068
Tints of Dark Khaki #C0C068
RGB
CMYK
RGB Variations
Color information
#C0C068 (or 0xC0C068) is known color: Dark Khaki. HEX triplet: C0, C0 and 68. RGB value is (192,192,104). Sum of RGB (Red+Green+Blue) = 192+192+104=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C068 is #3F3F97. Grayscale: #B6B6B6. Windows color (decimal): -4145048 or 6865088. OLE color: 6865088.
HSL color Cylindrical-coordinate representation of color #C0C068: hue angle of 60º 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 #C0C068 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 104 | - |
| CMYK | 0 | 0 | 0.46 | 0.25 |
| HSL | 60º | 0.41% | 0.58% | - |
| HSV(B) | 60º | 0.46% | 0.75% | - |
| XYZ | 43.09 | 49.91 | 20.46 | - |
| YUV | 181.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 104 | 0 | 0 | 0.46 | 0.25 | 60 | 0.41 | 0.58 |
| Hex | C0 | C0 | 68 | 0 | 0 | 2E | 19 | 3C | 29 | 3A |
| Octal | 300 | 300 | 150 | 0 | 0 | 56 | 31 | 74 | 51 | 72 |
| Binary | 11000000 | 11000000 | 1101000 | 0 | 0 | 101110 | 11001 | 111100 | 101001 | 111010 |
Color Harmonies of #C0C068
Complementary color
Monochromatic Colors of #C0C068
Black with #C0C068
Text Example
Text Example
White with #C0C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C068; }
p { color: rgb(192,192,104); }
H1.HeaderClassName
{
color: #C0C068;
}
.AnyTagClassName
{
color: #C0C068;
}
</style>
background-color css
<style>
a { background-color: #C0C068; }
a { background-color: rgb(192,192,104); }
div.DivClassName
{
background-color: #C0C068;
}
.BgClassName
{
background-color: #C0C068;
}
</style>
border-color css
<style>
span { border-color: #C0C068; }
span { border-color: rgb(192,192,104); }
td.TdClassName
{
border-color: #C0C068;
}
.TagClassName
{
border-color: #C0C068;
}
</style>