Shades of Dark Khaki #C8BA6C
Tints of Dark Khaki #C8BA6C
RGB
CMYK
RGB Variations
Color information
#C8BA6C (or 0xC8BA6C) is known color: Dark Khaki. HEX triplet: C8, BA and 6C. RGB value is (200,186,108). Sum of RGB (Red+Green+Blue) = 200+186+108=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA6C is #374593. Grayscale: #B5B5B5. Windows color (decimal): -3622292 or 7125704. OLE color: 7125704.
HSL color Cylindrical-coordinate representation of color #C8BA6C: hue angle of 50.87º 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 #C8BA6C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 108 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.22 |
| HSL | 50.87º | 0.46% | 0.6% | - |
| HSV(B) | 50.87º | 0.46% | 0.78% | - |
| XYZ | 44.09 | 48.48 | 21.22 | - |
| YUV | 181.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 108 | 0 | 0.07 | 0.46 | 0.22 | 50.87 | 0.46 | 0.6 |
| Hex | C8 | BA | 6C | 0 | 7 | 2E | 16 | 33 | 2E | 3C |
| Octal | 310 | 272 | 154 | 0 | 7 | 56 | 26 | 63 | 56 | 74 |
| Binary | 11001000 | 10111010 | 1101100 | 0 | 111 | 101110 | 10110 | 110011 | 101110 | 111100 |
Color Harmonies of #C8BA6C
Complementary color
Monochromatic Colors of #C8BA6C
Black with #C8BA6C
Text Example
Text Example
White with #C8BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA6C; }
p { color: rgb(200,186,108); }
H1.HeaderClassName
{
color: #C8BA6C;
}
.AnyTagClassName
{
color: #C8BA6C;
}
</style>
background-color css
<style>
a { background-color: #C8BA6C; }
a { background-color: rgb(200,186,108); }
div.DivClassName
{
background-color: #C8BA6C;
}
.BgClassName
{
background-color: #C8BA6C;
}
</style>
border-color css
<style>
span { border-color: #C8BA6C; }
span { border-color: rgb(200,186,108); }
td.TdClassName
{
border-color: #C8BA6C;
}
.TagClassName
{
border-color: #C8BA6C;
}
</style>