Shades of Dark Khaki #C8BC6D
Tints of Dark Khaki #C8BC6D
RGB
CMYK
RGB Variations
Color information
#C8BC6D (or 0xC8BC6D) is known color: Dark Khaki. HEX triplet: C8, BC and 6D. RGB value is (200,188,109). Sum of RGB (Red+Green+Blue) = 200+188+109=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC6D is #374392. Grayscale: #B6B6B6. Windows color (decimal): -3621779 or 7191752. OLE color: 7191752.
HSL color Cylindrical-coordinate representation of color #C8BC6D: hue angle of 52.09º 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 #C8BC6D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 109 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.22 |
| HSL | 52.09º | 0.45% | 0.61% | - |
| HSV(B) | 52.09º | 0.46% | 0.78% | - |
| XYZ | 44.56 | 49.35 | 21.64 | - |
| YUV | 182.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 109 | 0 | 0.06 | 0.46 | 0.22 | 52.09 | 0.45 | 0.61 |
| Hex | C8 | BC | 6D | 0 | 6 | 2E | 16 | 34 | 2D | 3D |
| Octal | 310 | 274 | 155 | 0 | 6 | 56 | 26 | 64 | 55 | 75 |
| Binary | 11001000 | 10111100 | 1101101 | 0 | 110 | 101110 | 10110 | 110100 | 101101 | 111101 |
Color Harmonies of #C8BC6D
Complementary color
Monochromatic Colors of #C8BC6D
Black with #C8BC6D
Text Example
Text Example
White with #C8BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC6D; }
p { color: rgb(200,188,109); }
H1.HeaderClassName
{
color: #C8BC6D;
}
.AnyTagClassName
{
color: #C8BC6D;
}
</style>
background-color css
<style>
a { background-color: #C8BC6D; }
a { background-color: rgb(200,188,109); }
div.DivClassName
{
background-color: #C8BC6D;
}
.BgClassName
{
background-color: #C8BC6D;
}
</style>
border-color css
<style>
span { border-color: #C8BC6D; }
span { border-color: rgb(200,188,109); }
td.TdClassName
{
border-color: #C8BC6D;
}
.TagClassName
{
border-color: #C8BC6D;
}
</style>