Shades of Dark Khaki #C5B963
Tints of Dark Khaki #C5B963
RGB
CMYK
RGB Variations
Color information
#C5B963 (or 0xC5B963) is known color: Dark Khaki. HEX triplet: C5, B9 and 63. RGB value is (197,185,99). Sum of RGB (Red+Green+Blue) = 197+185+99=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B963 is #3A469C. Grayscale: #B3B3B3. Windows color (decimal): -3819165 or 6535621. OLE color: 6535621.
HSL color Cylindrical-coordinate representation of color #C5B963: hue angle of 52.65º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5B963 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 99 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.23 |
| HSL | 52.65º | 0.46% | 0.58% | - |
| HSV(B) | 52.65º | 0.5% | 0.77% | - |
| XYZ | 42.63 | 47.47 | 18.72 | - |
| YUV | 178.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 99 | 0 | 0.06 | 0.50 | 0.23 | 52.65 | 0.46 | 0.58 |
| Hex | C5 | B9 | 63 | 0 | 6 | 32 | 17 | 35 | 2E | 3A |
| Octal | 305 | 271 | 143 | 0 | 6 | 62 | 27 | 65 | 56 | 72 |
| Binary | 11000101 | 10111001 | 1100011 | 0 | 110 | 110010 | 10111 | 110101 | 101110 | 111010 |
Color Harmonies of #C5B963
Complementary color
Monochromatic Colors of #C5B963
Black with #C5B963
Text Example
Text Example
White with #C5B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B963; }
p { color: rgb(197,185,99); }
H1.HeaderClassName
{
color: #C5B963;
}
.AnyTagClassName
{
color: #C5B963;
}
</style>
background-color css
<style>
a { background-color: #C5B963; }
a { background-color: rgb(197,185,99); }
div.DivClassName
{
background-color: #C5B963;
}
.BgClassName
{
background-color: #C5B963;
}
</style>
border-color css
<style>
span { border-color: #C5B963; }
span { border-color: rgb(197,185,99); }
td.TdClassName
{
border-color: #C5B963;
}
.TagClassName
{
border-color: #C5B963;
}
</style>