Shades of Dark Khaki #C8BC6A
Tints of Dark Khaki #C8BC6A
RGB
CMYK
RGB Variations
Color information
#C8BC6A (or 0xC8BC6A) is known color: Dark Khaki. HEX triplet: C8, BC and 6A. RGB value is (200,188,106). Sum of RGB (Red+Green+Blue) = 200+188+106=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC6A is #374395. Grayscale: #B6B6B6. Windows color (decimal): -3621782 or 6995144. OLE color: 6995144.
HSL color Cylindrical-coordinate representation of color #C8BC6A: hue angle of 52.34º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8BC6A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 106 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.22 |
| HSL | 52.34º | 0.46% | 0.6% | - |
| HSV(B) | 52.34º | 0.47% | 0.78% | - |
| XYZ | 44.4 | 49.29 | 20.81 | - |
| YUV | 182.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 106 | 0 | 0.06 | 0.47 | 0.22 | 52.34 | 0.46 | 0.6 |
| Hex | C8 | BC | 6A | 0 | 6 | 2F | 16 | 34 | 2E | 3C |
| Octal | 310 | 274 | 152 | 0 | 6 | 57 | 26 | 64 | 56 | 74 |
| Binary | 11001000 | 10111100 | 1101010 | 0 | 110 | 101111 | 10110 | 110100 | 101110 | 111100 |
Color Harmonies of #C8BC6A
Complementary color
Monochromatic Colors of #C8BC6A
Black with #C8BC6A
Text Example
Text Example
White with #C8BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC6A; }
p { color: rgb(200,188,106); }
H1.HeaderClassName
{
color: #C8BC6A;
}
.AnyTagClassName
{
color: #C8BC6A;
}
</style>
background-color css
<style>
a { background-color: #C8BC6A; }
a { background-color: rgb(200,188,106); }
div.DivClassName
{
background-color: #C8BC6A;
}
.BgClassName
{
background-color: #C8BC6A;
}
</style>
border-color css
<style>
span { border-color: #C8BC6A; }
span { border-color: rgb(200,188,106); }
td.TdClassName
{
border-color: #C8BC6A;
}
.TagClassName
{
border-color: #C8BC6A;
}
</style>