Shades of Dark Khaki #C1BA69
Tints of Dark Khaki #C1BA69
RGB
CMYK
RGB Variations
Color information
#C1BA69 (or 0xC1BA69) is known color: Dark Khaki. HEX triplet: C1, BA and 69. RGB value is (193,186,105). Sum of RGB (Red+Green+Blue) = 193+186+105=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA69 is #3E4596. Grayscale: #B3B3B3. Windows color (decimal): -4081047 or 6929089. OLE color: 6929089.
HSL color Cylindrical-coordinate representation of color #C1BA69: hue angle of 55.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1BA69 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 105 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.24 |
| HSL | 55.23º | 0.42% | 0.58% | - |
| HSV(B) | 55.23º | 0.46% | 0.76% | - |
| XYZ | 42.1 | 47.48 | 20.31 | - |
| YUV | 178.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 105 | 0 | 0.04 | 0.46 | 0.24 | 55.23 | 0.42 | 0.58 |
| Hex | C1 | BA | 69 | 0 | 4 | 2E | 18 | 37 | 2A | 3A |
| Octal | 301 | 272 | 151 | 0 | 4 | 56 | 30 | 67 | 52 | 72 |
| Binary | 11000001 | 10111010 | 1101001 | 0 | 100 | 101110 | 11000 | 110111 | 101010 | 111010 |
Color Harmonies of #C1BA69
Complementary color
Monochromatic Colors of #C1BA69
Black with #C1BA69
Text Example
Text Example
White with #C1BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA69; }
p { color: rgb(193,186,105); }
H1.HeaderClassName
{
color: #C1BA69;
}
.AnyTagClassName
{
color: #C1BA69;
}
</style>
background-color css
<style>
a { background-color: #C1BA69; }
a { background-color: rgb(193,186,105); }
div.DivClassName
{
background-color: #C1BA69;
}
.BgClassName
{
background-color: #C1BA69;
}
</style>
border-color css
<style>
span { border-color: #C1BA69; }
span { border-color: rgb(193,186,105); }
td.TdClassName
{
border-color: #C1BA69;
}
.TagClassName
{
border-color: #C1BA69;
}
</style>