Shades of Dark Khaki #C5BC6A
Tints of Dark Khaki #C5BC6A
RGB
CMYK
RGB Variations
Color information
#C5BC6A (or 0xC5BC6A) is known color: Dark Khaki. HEX triplet: C5, BC and 6A. RGB value is (197,188,106). Sum of RGB (Red+Green+Blue) = 197+188+106=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC6A is #3A4395. Grayscale: #B5B5B5. Windows color (decimal): -3818390 or 6995141. OLE color: 6995141.
HSL color Cylindrical-coordinate representation of color #C5BC6A: hue angle of 54.07º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5BC6A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 106 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.23 |
| HSL | 54.07º | 0.44% | 0.59% | - |
| HSV(B) | 54.07º | 0.46% | 0.77% | - |
| XYZ | 43.61 | 48.88 | 20.77 | - |
| YUV | 181.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 106 | 0 | 0.05 | 0.46 | 0.23 | 54.07 | 0.44 | 0.59 |
| Hex | C5 | BC | 6A | 0 | 5 | 2E | 17 | 36 | 2C | 3B |
| Octal | 305 | 274 | 152 | 0 | 5 | 56 | 27 | 66 | 54 | 73 |
| Binary | 11000101 | 10111100 | 1101010 | 0 | 101 | 101110 | 10111 | 110110 | 101100 | 111011 |
Color Harmonies of #C5BC6A
Complementary color
Monochromatic Colors of #C5BC6A
Black with #C5BC6A
Text Example
Text Example
White with #C5BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC6A; }
p { color: rgb(197,188,106); }
H1.HeaderClassName
{
color: #C5BC6A;
}
.AnyTagClassName
{
color: #C5BC6A;
}
</style>
background-color css
<style>
a { background-color: #C5BC6A; }
a { background-color: rgb(197,188,106); }
div.DivClassName
{
background-color: #C5BC6A;
}
.BgClassName
{
background-color: #C5BC6A;
}
</style>
border-color css
<style>
span { border-color: #C5BC6A; }
span { border-color: rgb(197,188,106); }
td.TdClassName
{
border-color: #C5BC6A;
}
.TagClassName
{
border-color: #C5BC6A;
}
</style>