Shades of Dark Khaki #C8C16E
Tints of Dark Khaki #C8C16E
RGB
CMYK
RGB Variations
Color information
#C8C16E (or 0xC8C16E) is known color: Dark Khaki. HEX triplet: C8, C1 and 6E. RGB value is (200,193,110). Sum of RGB (Red+Green+Blue) = 200+193+110=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C16E is #373E91. Grayscale: #B9B9B9. Windows color (decimal): -3620498 or 7258568. OLE color: 7258568.
HSL color Cylindrical-coordinate representation of color #C8C16E: hue angle of 55.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C16E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 110 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.22 |
| HSL | 55.33º | 0.45% | 0.61% | - |
| HSV(B) | 55.33º | 0.45% | 0.78% | - |
| XYZ | 45.7 | 51.55 | 22.29 | - |
| YUV | 185.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 110 | 0 | 0.04 | 0.45 | 0.22 | 55.33 | 0.45 | 0.61 |
| Hex | C8 | C1 | 6E | 0 | 4 | 2D | 16 | 37 | 2D | 3D |
| Octal | 310 | 301 | 156 | 0 | 4 | 55 | 26 | 67 | 55 | 75 |
| Binary | 11001000 | 11000001 | 1101110 | 0 | 100 | 101101 | 10110 | 110111 | 101101 | 111101 |
Color Harmonies of #C8C16E
Complementary color
Monochromatic Colors of #C8C16E
Black with #C8C16E
Text Example
Text Example
White with #C8C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C16E; }
p { color: rgb(200,193,110); }
H1.HeaderClassName
{
color: #C8C16E;
}
.AnyTagClassName
{
color: #C8C16E;
}
</style>
background-color css
<style>
a { background-color: #C8C16E; }
a { background-color: rgb(200,193,110); }
div.DivClassName
{
background-color: #C8C16E;
}
.BgClassName
{
background-color: #C8C16E;
}
</style>
border-color css
<style>
span { border-color: #C8C16E; }
span { border-color: rgb(200,193,110); }
td.TdClassName
{
border-color: #C8C16E;
}
.TagClassName
{
border-color: #C8C16E;
}
</style>