Shades of Dark Khaki #C8C56F
Tints of Dark Khaki #C8C56F
RGB
CMYK
RGB Variations
Color information
#C8C56F (or 0xC8C56F) is known color: Dark Khaki. HEX triplet: C8, C5 and 6F. RGB value is (200,197,111). Sum of RGB (Red+Green+Blue) = 200+197+111=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56F is #373A90. Grayscale: #BCBCBC. Windows color (decimal): -3619473 or 7325128. OLE color: 7325128.
HSL color Cylindrical-coordinate representation of color #C8C56F: hue angle of 57.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8C56F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 111 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.22 |
| HSL | 57.98º | 0.45% | 0.61% | - |
| HSV(B) | 57.98º | 0.45% | 0.78% | - |
| XYZ | 46.65 | 53.36 | 22.88 | - |
| YUV | 188.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 111 | 0 | 0.02 | 0.44 | 0.22 | 57.98 | 0.45 | 0.61 |
| Hex | C8 | C5 | 6F | 0 | 2 | 2C | 16 | 3A | 2D | 3D |
| Octal | 310 | 305 | 157 | 0 | 2 | 54 | 26 | 72 | 55 | 75 |
| Binary | 11001000 | 11000101 | 1101111 | 0 | 10 | 101100 | 10110 | 111010 | 101101 | 111101 |
Color Harmonies of #C8C56F
Complementary color
Monochromatic Colors of #C8C56F
Black with #C8C56F
Text Example
Text Example
White with #C8C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C56F; }
p { color: rgb(200,197,111); }
H1.HeaderClassName
{
color: #C8C56F;
}
.AnyTagClassName
{
color: #C8C56F;
}
</style>
background-color css
<style>
a { background-color: #C8C56F; }
a { background-color: rgb(200,197,111); }
div.DivClassName
{
background-color: #C8C56F;
}
.BgClassName
{
background-color: #C8C56F;
}
</style>
border-color css
<style>
span { border-color: #C8C56F; }
span { border-color: rgb(200,197,111); }
td.TdClassName
{
border-color: #C8C56F;
}
.TagClassName
{
border-color: #C8C56F;
}
</style>