Shades of Dark Khaki #C1BA67
Tints of Dark Khaki #C1BA67
RGB
CMYK
RGB Variations
Color information
#C1BA67 (or 0xC1BA67) is known color: Dark Khaki. HEX triplet: C1, BA and 67. RGB value is (193,186,103). Sum of RGB (Red+Green+Blue) = 193+186+103=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA67 is #3E4598. Grayscale: #B2B2B2. Windows color (decimal): -4081049 or 6798017. OLE color: 6798017.
HSL color Cylindrical-coordinate representation of color #C1BA67: hue angle of 55.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1BA67 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 103 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.24 |
| HSL | 55.33º | 0.42% | 0.58% | - |
| HSV(B) | 55.33º | 0.47% | 0.76% | - |
| XYZ | 42 | 47.43 | 19.77 | - |
| YUV | 178.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 103 | 0 | 0.04 | 0.47 | 0.24 | 55.33 | 0.42 | 0.58 |
| Hex | C1 | BA | 67 | 0 | 4 | 2F | 18 | 37 | 2A | 3A |
| Octal | 301 | 272 | 147 | 0 | 4 | 57 | 30 | 67 | 52 | 72 |
| Binary | 11000001 | 10111010 | 1100111 | 0 | 100 | 101111 | 11000 | 110111 | 101010 | 111010 |
Color Harmonies of #C1BA67
Complementary color
Monochromatic Colors of #C1BA67
Black with #C1BA67
Text Example
Text Example
White with #C1BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA67; }
p { color: rgb(193,186,103); }
H1.HeaderClassName
{
color: #C1BA67;
}
.AnyTagClassName
{
color: #C1BA67;
}
</style>
background-color css
<style>
a { background-color: #C1BA67; }
a { background-color: rgb(193,186,103); }
div.DivClassName
{
background-color: #C1BA67;
}
.BgClassName
{
background-color: #C1BA67;
}
</style>
border-color css
<style>
span { border-color: #C1BA67; }
span { border-color: rgb(193,186,103); }
td.TdClassName
{
border-color: #C1BA67;
}
.TagClassName
{
border-color: #C1BA67;
}
</style>