Shades of Dark Khaki #C8BF6B
Tints of Dark Khaki #C8BF6B
RGB
CMYK
RGB Variations
Color information
#C8BF6B (or 0xC8BF6B) is known color: Dark Khaki. HEX triplet: C8, BF and 6B. RGB value is (200,191,107). Sum of RGB (Red+Green+Blue) = 200+191+107=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF6B is #374094. Grayscale: #B8B8B8. Windows color (decimal): -3621013 or 7061448. OLE color: 7061448.
HSL color Cylindrical-coordinate representation of color #C8BF6B: hue angle of 54.19º 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 #C8BF6B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 107 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.22 |
| HSL | 54.19º | 0.46% | 0.6% | - |
| HSV(B) | 54.19º | 0.47% | 0.78% | - |
| XYZ | 45.1 | 50.6 | 21.3 | - |
| YUV | 184.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 107 | 0 | 0.04 | 0.46 | 0.22 | 54.19 | 0.46 | 0.6 |
| Hex | C8 | BF | 6B | 0 | 4 | 2E | 16 | 36 | 2E | 3C |
| Octal | 310 | 277 | 153 | 0 | 4 | 56 | 26 | 66 | 56 | 74 |
| Binary | 11001000 | 10111111 | 1101011 | 0 | 100 | 101110 | 10110 | 110110 | 101110 | 111100 |
Color Harmonies of #C8BF6B
Complementary color
Monochromatic Colors of #C8BF6B
Black with #C8BF6B
Text Example
Text Example
White with #C8BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF6B; }
p { color: rgb(200,191,107); }
H1.HeaderClassName
{
color: #C8BF6B;
}
.AnyTagClassName
{
color: #C8BF6B;
}
</style>
background-color css
<style>
a { background-color: #C8BF6B; }
a { background-color: rgb(200,191,107); }
div.DivClassName
{
background-color: #C8BF6B;
}
.BgClassName
{
background-color: #C8BF6B;
}
</style>
border-color css
<style>
span { border-color: #C8BF6B; }
span { border-color: rgb(200,191,107); }
td.TdClassName
{
border-color: #C8BF6B;
}
.TagClassName
{
border-color: #C8BF6B;
}
</style>