Shades of Dark Khaki #C7BE65
Tints of Dark Khaki #C7BE65
RGB
CMYK
RGB Variations
Color information
#C7BE65 (or 0xC7BE65) is known color: Dark Khaki. HEX triplet: C7, BE and 65. RGB value is (199,190,101). Sum of RGB (Red+Green+Blue) = 199+190+101=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE65 is #38419A. Grayscale: #B6B6B6. Windows color (decimal): -3686811 or 6667975. OLE color: 6667975.
HSL color Cylindrical-coordinate representation of color #C7BE65: hue angle of 54.49º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7BE65 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 101 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.22 |
| HSL | 54.49º | 0.47% | 0.59% | - |
| HSV(B) | 54.49º | 0.49% | 0.78% | - |
| XYZ | 44.32 | 49.91 | 19.61 | - |
| YUV | 182.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 101 | 0 | 0.05 | 0.49 | 0.22 | 54.49 | 0.47 | 0.59 |
| Hex | C7 | BE | 65 | 0 | 5 | 31 | 16 | 36 | 2F | 3B |
| Octal | 307 | 276 | 145 | 0 | 5 | 61 | 26 | 66 | 57 | 73 |
| Binary | 11000111 | 10111110 | 1100101 | 0 | 101 | 110001 | 10110 | 110110 | 101111 | 111011 |
Color Harmonies of #C7BE65
Complementary color
Monochromatic Colors of #C7BE65
Black with #C7BE65
Text Example
Text Example
White with #C7BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE65; }
p { color: rgb(199,190,101); }
H1.HeaderClassName
{
color: #C7BE65;
}
.AnyTagClassName
{
color: #C7BE65;
}
</style>
background-color css
<style>
a { background-color: #C7BE65; }
a { background-color: rgb(199,190,101); }
div.DivClassName
{
background-color: #C7BE65;
}
.BgClassName
{
background-color: #C7BE65;
}
</style>
border-color css
<style>
span { border-color: #C7BE65; }
span { border-color: rgb(199,190,101); }
td.TdClassName
{
border-color: #C7BE65;
}
.TagClassName
{
border-color: #C7BE65;
}
</style>