Shades of Dark Khaki #C8C06A
Tints of Dark Khaki #C8C06A
RGB
CMYK
RGB Variations
Color information
#C8C06A (or 0xC8C06A) is known color: Dark Khaki. HEX triplet: C8, C0 and 6A. RGB value is (200,192,106). Sum of RGB (Red+Green+Blue) = 200+192+106=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C06A is #373F95. Grayscale: #B8B8B8. Windows color (decimal): -3620758 or 6996168. OLE color: 6996168.
HSL color Cylindrical-coordinate representation of color #C8C06A: hue angle of 54.89º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8C06A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 106 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.22 |
| HSL | 54.89º | 0.46% | 0.6% | - |
| HSV(B) | 54.89º | 0.47% | 0.78% | - |
| XYZ | 45.27 | 51.02 | 21.1 | - |
| YUV | 184.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 106 | 0 | 0.04 | 0.47 | 0.22 | 54.89 | 0.46 | 0.6 |
| Hex | C8 | C0 | 6A | 0 | 4 | 2F | 16 | 37 | 2E | 3C |
| Octal | 310 | 300 | 152 | 0 | 4 | 57 | 26 | 67 | 56 | 74 |
| Binary | 11001000 | 11000000 | 1101010 | 0 | 100 | 101111 | 10110 | 110111 | 101110 | 111100 |
Color Harmonies of #C8C06A
Complementary color
Monochromatic Colors of #C8C06A
Black with #C8C06A
Text Example
Text Example
White with #C8C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C06A; }
p { color: rgb(200,192,106); }
H1.HeaderClassName
{
color: #C8C06A;
}
.AnyTagClassName
{
color: #C8C06A;
}
</style>
background-color css
<style>
a { background-color: #C8C06A; }
a { background-color: rgb(200,192,106); }
div.DivClassName
{
background-color: #C8C06A;
}
.BgClassName
{
background-color: #C8C06A;
}
</style>
border-color css
<style>
span { border-color: #C8C06A; }
span { border-color: rgb(200,192,106); }
td.TdClassName
{
border-color: #C8C06A;
}
.TagClassName
{
border-color: #C8C06A;
}
</style>