Shades of Dark Khaki #C5B369
Tints of Dark Khaki #C5B369
RGB
CMYK
RGB Variations
Color information
#C5B369 (or 0xC5B369) is known color: Dark Khaki. HEX triplet: C5, B3 and 69. RGB value is (197,179,105). Sum of RGB (Red+Green+Blue) = 197+179+105=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B369 is #3A4C96. Grayscale: #B0B0B0. Windows color (decimal): -3820695 or 6927301. OLE color: 6927301.
HSL color Cylindrical-coordinate representation of color #C5B369: hue angle of 48.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5B369 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 105 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.23 |
| HSL | 48.26º | 0.44% | 0.59% | - |
| HSV(B) | 48.26º | 0.47% | 0.77% | - |
| XYZ | 41.7 | 45.13 | 19.88 | - |
| YUV | 175.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 105 | 0 | 0.09 | 0.47 | 0.23 | 48.26 | 0.44 | 0.59 |
| Hex | C5 | B3 | 69 | 0 | 9 | 2F | 17 | 30 | 2C | 3B |
| Octal | 305 | 263 | 151 | 0 | 11 | 57 | 27 | 60 | 54 | 73 |
| Binary | 11000101 | 10110011 | 1101001 | 0 | 1001 | 101111 | 10111 | 110000 | 101100 | 111011 |
Color Harmonies of #C5B369
Complementary color
Monochromatic Colors of #C5B369
Black with #C5B369
Text Example
Text Example
White with #C5B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B369; }
p { color: rgb(197,179,105); }
H1.HeaderClassName
{
color: #C5B369;
}
.AnyTagClassName
{
color: #C5B369;
}
</style>
background-color css
<style>
a { background-color: #C5B369; }
a { background-color: rgb(197,179,105); }
div.DivClassName
{
background-color: #C5B369;
}
.BgClassName
{
background-color: #C5B369;
}
</style>
border-color css
<style>
span { border-color: #C5B369; }
span { border-color: rgb(197,179,105); }
td.TdClassName
{
border-color: #C5B369;
}
.TagClassName
{
border-color: #C5B369;
}
</style>