Shades of Dark Khaki #C8BC65
Tints of Dark Khaki #C8BC65
RGB
CMYK
RGB Variations
Color information
#C8BC65 (or 0xC8BC65) is known color: Dark Khaki. HEX triplet: C8, BC and 65. RGB value is (200,188,101). Sum of RGB (Red+Green+Blue) = 200+188+101=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC65 is #37439A. Grayscale: #B6B6B6. Windows color (decimal): -3621787 or 6667464. OLE color: 6667464.
HSL color Cylindrical-coordinate representation of color #C8BC65: hue angle of 52.73º 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 #C8BC65 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 101 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.22 |
| HSL | 52.73º | 0.47% | 0.59% | - |
| HSV(B) | 52.73º | 0.5% | 0.78% | - |
| XYZ | 44.15 | 49.19 | 19.48 | - |
| YUV | 181.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 101 | 0 | 0.06 | 0.49 | 0.22 | 52.73 | 0.47 | 0.59 |
| Hex | C8 | BC | 65 | 0 | 6 | 31 | 16 | 35 | 2F | 3B |
| Octal | 310 | 274 | 145 | 0 | 6 | 61 | 26 | 65 | 57 | 73 |
| Binary | 11001000 | 10111100 | 1100101 | 0 | 110 | 110001 | 10110 | 110101 | 101111 | 111011 |
Color Harmonies of #C8BC65
Complementary color
Monochromatic Colors of #C8BC65
Black with #C8BC65
Text Example
Text Example
White with #C8BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC65; }
p { color: rgb(200,188,101); }
H1.HeaderClassName
{
color: #C8BC65;
}
.AnyTagClassName
{
color: #C8BC65;
}
</style>
background-color css
<style>
a { background-color: #C8BC65; }
a { background-color: rgb(200,188,101); }
div.DivClassName
{
background-color: #C8BC65;
}
.BgClassName
{
background-color: #C8BC65;
}
</style>
border-color css
<style>
span { border-color: #C8BC65; }
span { border-color: rgb(200,188,101); }
td.TdClassName
{
border-color: #C8BC65;
}
.TagClassName
{
border-color: #C8BC65;
}
</style>