Shades of Dark Khaki #C8B96B
Tints of Dark Khaki #C8B96B
RGB
CMYK
RGB Variations
Color information
#C8B96B (or 0xC8B96B) is known color: Dark Khaki. HEX triplet: C8, B9 and 6B. RGB value is (200,185,107). Sum of RGB (Red+Green+Blue) = 200+185+107=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B96B is #374694. Grayscale: #B4B4B4. Windows color (decimal): -3622549 or 7059912. OLE color: 7059912.
HSL color Cylindrical-coordinate representation of color #C8B96B: hue angle of 50.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8B96B is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 107 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.22 |
| HSL | 50.32º | 0.46% | 0.6% | - |
| HSV(B) | 50.32º | 0.47% | 0.78% | - |
| XYZ | 43.82 | 48.04 | 20.87 | - |
| YUV | 180.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 107 | 0 | 0.08 | 0.46 | 0.22 | 50.32 | 0.46 | 0.6 |
| Hex | C8 | B9 | 6B | 0 | 8 | 2E | 16 | 32 | 2E | 3C |
| Octal | 310 | 271 | 153 | 0 | 10 | 56 | 26 | 62 | 56 | 74 |
| Binary | 11001000 | 10111001 | 1101011 | 0 | 1000 | 101110 | 10110 | 110010 | 101110 | 111100 |
Color Harmonies of #C8B96B
Complementary color
Monochromatic Colors of #C8B96B
Black with #C8B96B
Text Example
Text Example
White with #C8B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B96B; }
p { color: rgb(200,185,107); }
H1.HeaderClassName
{
color: #C8B96B;
}
.AnyTagClassName
{
color: #C8B96B;
}
</style>
background-color css
<style>
a { background-color: #C8B96B; }
a { background-color: rgb(200,185,107); }
div.DivClassName
{
background-color: #C8B96B;
}
.BgClassName
{
background-color: #C8B96B;
}
</style>
border-color css
<style>
span { border-color: #C8B96B; }
span { border-color: rgb(200,185,107); }
td.TdClassName
{
border-color: #C8B96B;
}
.TagClassName
{
border-color: #C8B96B;
}
</style>