Shades of Dark Khaki #C5BE6E
Tints of Dark Khaki #C5BE6E
RGB
CMYK
RGB Variations
Color information
#C5BE6E (or 0xC5BE6E) is known color: Dark Khaki. HEX triplet: C5, BE and 6E. RGB value is (197,190,110). Sum of RGB (Red+Green+Blue) = 197+190+110=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE6E is #3A4191. Grayscale: #B7B7B7. Windows color (decimal): -3817874 or 7257797. OLE color: 7257797.
HSL color Cylindrical-coordinate representation of color #C5BE6E: hue angle of 55.17º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5BE6E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 110 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.23 |
| HSL | 55.17º | 0.43% | 0.6% | - |
| HSV(B) | 55.17º | 0.44% | 0.77% | - |
| XYZ | 44.25 | 49.82 | 22.04 | - |
| YUV | 182.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 110 | 0 | 0.04 | 0.44 | 0.23 | 55.17 | 0.43 | 0.6 |
| Hex | C5 | BE | 6E | 0 | 4 | 2C | 17 | 37 | 2B | 3C |
| Octal | 305 | 276 | 156 | 0 | 4 | 54 | 27 | 67 | 53 | 74 |
| Binary | 11000101 | 10111110 | 1101110 | 0 | 100 | 101100 | 10111 | 110111 | 101011 | 111100 |
Color Harmonies of #C5BE6E
Complementary color
Monochromatic Colors of #C5BE6E
Black with #C5BE6E
Text Example
Text Example
White with #C5BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE6E; }
p { color: rgb(197,190,110); }
H1.HeaderClassName
{
color: #C5BE6E;
}
.AnyTagClassName
{
color: #C5BE6E;
}
</style>
background-color css
<style>
a { background-color: #C5BE6E; }
a { background-color: rgb(197,190,110); }
div.DivClassName
{
background-color: #C5BE6E;
}
.BgClassName
{
background-color: #C5BE6E;
}
</style>
border-color css
<style>
span { border-color: #C5BE6E; }
span { border-color: rgb(197,190,110); }
td.TdClassName
{
border-color: #C5BE6E;
}
.TagClassName
{
border-color: #C5BE6E;
}
</style>