Shades of Dark Khaki #C8BF65
Tints of Dark Khaki #C8BF65
RGB
CMYK
RGB Variations
Color information
#C8BF65 (or 0xC8BF65) is known color: Dark Khaki. HEX triplet: C8, BF and 65. RGB value is (200,191,101). Sum of RGB (Red+Green+Blue) = 200+191+101=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF65 is #37409A. Grayscale: #B7B7B7. Windows color (decimal): -3621019 or 6668232. OLE color: 6668232.
HSL color Cylindrical-coordinate representation of color #C8BF65: hue angle of 54.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8BF65 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 101 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.22 |
| HSL | 54.55º | 0.47% | 0.59% | - |
| HSV(B) | 54.55º | 0.5% | 0.78% | - |
| XYZ | 44.8 | 50.48 | 19.69 | - |
| YUV | 183.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 101 | 0 | 0.04 | 0.49 | 0.22 | 54.55 | 0.47 | 0.59 |
| Hex | C8 | BF | 65 | 0 | 4 | 31 | 16 | 37 | 2F | 3B |
| Octal | 310 | 277 | 145 | 0 | 4 | 61 | 26 | 67 | 57 | 73 |
| Binary | 11001000 | 10111111 | 1100101 | 0 | 100 | 110001 | 10110 | 110111 | 101111 | 111011 |
Color Harmonies of #C8BF65
Complementary color
Monochromatic Colors of #C8BF65
Black with #C8BF65
Text Example
Text Example
White with #C8BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF65; }
p { color: rgb(200,191,101); }
H1.HeaderClassName
{
color: #C8BF65;
}
.AnyTagClassName
{
color: #C8BF65;
}
</style>
background-color css
<style>
a { background-color: #C8BF65; }
a { background-color: rgb(200,191,101); }
div.DivClassName
{
background-color: #C8BF65;
}
.BgClassName
{
background-color: #C8BF65;
}
</style>
border-color css
<style>
span { border-color: #C8BF65; }
span { border-color: rgb(200,191,101); }
td.TdClassName
{
border-color: #C8BF65;
}
.TagClassName
{
border-color: #C8BF65;
}
</style>