Shades of Dark Khaki #C0AF6C
Tints of Dark Khaki #C0AF6C
RGB
CMYK
RGB Variations
Color information
#C0AF6C (or 0xC0AF6C) is known color: Dark Khaki. HEX triplet: C0, AF and 6C. RGB value is (192,175,108). Sum of RGB (Red+Green+Blue) = 192+175+108=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF6C is #3F5093. Grayscale: #ACACAC. Windows color (decimal): -4149396 or 7122880. OLE color: 7122880.
HSL color Cylindrical-coordinate representation of color #C0AF6C: hue angle of 47.86º 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 #C0AF6C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 108 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.25 |
| HSL | 47.86º | 0.4% | 0.59% | - |
| HSV(B) | 47.86º | 0.44% | 0.75% | - |
| XYZ | 39.77 | 42.95 | 20.38 | - |
| YUV | 172.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 108 | 0 | 0.09 | 0.44 | 0.25 | 47.86 | 0.4 | 0.59 |
| Hex | C0 | AF | 6C | 0 | 9 | 2C | 19 | 30 | 28 | 3B |
| Octal | 300 | 257 | 154 | 0 | 11 | 54 | 31 | 60 | 50 | 73 |
| Binary | 11000000 | 10101111 | 1101100 | 0 | 1001 | 101100 | 11001 | 110000 | 101000 | 111011 |
Color Harmonies of #C0AF6C
Complementary color
Monochromatic Colors of #C0AF6C
Black with #C0AF6C
Text Example
Text Example
White with #C0AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF6C; }
p { color: rgb(192,175,108); }
H1.HeaderClassName
{
color: #C0AF6C;
}
.AnyTagClassName
{
color: #C0AF6C;
}
</style>
background-color css
<style>
a { background-color: #C0AF6C; }
a { background-color: rgb(192,175,108); }
div.DivClassName
{
background-color: #C0AF6C;
}
.BgClassName
{
background-color: #C0AF6C;
}
</style>
border-color css
<style>
span { border-color: #C0AF6C; }
span { border-color: rgb(192,175,108); }
td.TdClassName
{
border-color: #C0AF6C;
}
.TagClassName
{
border-color: #C0AF6C;
}
</style>