Shades of Dark Khaki #C5B969
Tints of Dark Khaki #C5B969
RGB
CMYK
RGB Variations
Color information
#C5B969 (or 0xC5B969) is known color: Dark Khaki. HEX triplet: C5, B9 and 69. RGB value is (197,185,105). Sum of RGB (Red+Green+Blue) = 197+185+105=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B969 is #3A4696. Grayscale: #B3B3B3. Windows color (decimal): -3819159 or 6928837. OLE color: 6928837.
HSL color Cylindrical-coordinate representation of color #C5B969: hue angle of 52.17º 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 #C5B969 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 105 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.23 |
| HSL | 52.17º | 0.44% | 0.59% | - |
| HSV(B) | 52.17º | 0.47% | 0.77% | - |
| XYZ | 42.92 | 47.59 | 20.29 | - |
| YUV | 179.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 105 | 0 | 0.06 | 0.47 | 0.23 | 52.17 | 0.44 | 0.59 |
| Hex | C5 | B9 | 69 | 0 | 6 | 2F | 17 | 34 | 2C | 3B |
| Octal | 305 | 271 | 151 | 0 | 6 | 57 | 27 | 64 | 54 | 73 |
| Binary | 11000101 | 10111001 | 1101001 | 0 | 110 | 101111 | 10111 | 110100 | 101100 | 111011 |
Color Harmonies of #C5B969
Complementary color
Monochromatic Colors of #C5B969
Black with #C5B969
Text Example
Text Example
White with #C5B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B969; }
p { color: rgb(197,185,105); }
H1.HeaderClassName
{
color: #C5B969;
}
.AnyTagClassName
{
color: #C5B969;
}
</style>
background-color css
<style>
a { background-color: #C5B969; }
a { background-color: rgb(197,185,105); }
div.DivClassName
{
background-color: #C5B969;
}
.BgClassName
{
background-color: #C5B969;
}
</style>
border-color css
<style>
span { border-color: #C5B969; }
span { border-color: rgb(197,185,105); }
td.TdClassName
{
border-color: #C5B969;
}
.TagClassName
{
border-color: #C5B969;
}
</style>