Shades of Dark Khaki #C8C46A
Tints of Dark Khaki #C8C46A
RGB
CMYK
RGB Variations
Color information
#C8C46A (or 0xC8C46A) is known color: Dark Khaki. HEX triplet: C8, C4 and 6A. RGB value is (200,196,106). Sum of RGB (Red+Green+Blue) = 200+196+106=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C46A is #373B95. Grayscale: #BBBBBB. Windows color (decimal): -3619734 or 6997192. OLE color: 6997192.
HSL color Cylindrical-coordinate representation of color #C8C46A: hue angle of 57.45º 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 #C8C46A is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 106 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.22 |
| HSL | 57.45º | 0.46% | 0.6% | - |
| HSV(B) | 57.45º | 0.47% | 0.78% | - |
| XYZ | 46.16 | 52.8 | 21.39 | - |
| YUV | 186.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 106 | 0 | 0.02 | 0.47 | 0.22 | 57.45 | 0.46 | 0.6 |
| Hex | C8 | C4 | 6A | 0 | 2 | 2F | 16 | 39 | 2E | 3C |
| Octal | 310 | 304 | 152 | 0 | 2 | 57 | 26 | 71 | 56 | 74 |
| Binary | 11001000 | 11000100 | 1101010 | 0 | 10 | 101111 | 10110 | 111001 | 101110 | 111100 |
Color Harmonies of #C8C46A
Complementary color
Monochromatic Colors of #C8C46A
Black with #C8C46A
Text Example
Text Example
White with #C8C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C46A; }
p { color: rgb(200,196,106); }
H1.HeaderClassName
{
color: #C8C46A;
}
.AnyTagClassName
{
color: #C8C46A;
}
</style>
background-color css
<style>
a { background-color: #C8C46A; }
a { background-color: rgb(200,196,106); }
div.DivClassName
{
background-color: #C8C46A;
}
.BgClassName
{
background-color: #C8C46A;
}
</style>
border-color css
<style>
span { border-color: #C8C46A; }
span { border-color: rgb(200,196,106); }
td.TdClassName
{
border-color: #C8C46A;
}
.TagClassName
{
border-color: #C8C46A;
}
</style>