Shades of Dark Khaki #C8B96E
Tints of Dark Khaki #C8B96E
RGB
CMYK
RGB Variations
Color information
#C8B96E (or 0xC8B96E) is known color: Dark Khaki. HEX triplet: C8, B9 and 6E. RGB value is (200,185,110). Sum of RGB (Red+Green+Blue) = 200+185+110=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B96E is #374691. Grayscale: #B5B5B5. Windows color (decimal): -3622546 or 7256520. OLE color: 7256520.
HSL color Cylindrical-coordinate representation of color #C8B96E: hue angle of 50º 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 #C8B96E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 110 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.22 |
| HSL | 50º | 0.45% | 0.61% | - |
| HSV(B) | 50º | 0.45% | 0.78% | - |
| XYZ | 43.98 | 48.1 | 21.72 | - |
| YUV | 180.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 110 | 0 | 0.08 | 0.45 | 0.22 | 50 | 0.45 | 0.61 |
| Hex | C8 | B9 | 6E | 0 | 8 | 2D | 16 | 32 | 2D | 3D |
| Octal | 310 | 271 | 156 | 0 | 10 | 55 | 26 | 62 | 55 | 75 |
| Binary | 11001000 | 10111001 | 1101110 | 0 | 1000 | 101101 | 10110 | 110010 | 101101 | 111101 |
Color Harmonies of #C8B96E
Complementary color
Monochromatic Colors of #C8B96E
Black with #C8B96E
Text Example
Text Example
White with #C8B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B96E; }
p { color: rgb(200,185,110); }
H1.HeaderClassName
{
color: #C8B96E;
}
.AnyTagClassName
{
color: #C8B96E;
}
</style>
background-color css
<style>
a { background-color: #C8B96E; }
a { background-color: rgb(200,185,110); }
div.DivClassName
{
background-color: #C8B96E;
}
.BgClassName
{
background-color: #C8B96E;
}
</style>
border-color css
<style>
span { border-color: #C8B96E; }
span { border-color: rgb(200,185,110); }
td.TdClassName
{
border-color: #C8B96E;
}
.TagClassName
{
border-color: #C8B96E;
}
</style>