Shades of Dark Khaki #C1BA61
Tints of Dark Khaki #C1BA61
RGB
CMYK
RGB Variations
Color information
#C1BA61 (or 0xC1BA61) is known color: Dark Khaki. HEX triplet: C1, BA and 61. RGB value is (193,186,97). Sum of RGB (Red+Green+Blue) = 193+186+97=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA61 is #3E459E. Grayscale: #B2B2B2. Windows color (decimal): -4081055 or 6404801. OLE color: 6404801.
HSL color Cylindrical-coordinate representation of color #C1BA61: hue angle of 55.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1BA61 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 97 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.24 |
| HSL | 55.63º | 0.44% | 0.57% | - |
| HSV(B) | 55.63º | 0.5% | 0.76% | - |
| XYZ | 41.71 | 47.32 | 18.24 | - |
| YUV | 177.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 97 | 0 | 0.04 | 0.50 | 0.24 | 55.63 | 0.44 | 0.57 |
| Hex | C1 | BA | 61 | 0 | 4 | 32 | 18 | 38 | 2C | 39 |
| Octal | 301 | 272 | 141 | 0 | 4 | 62 | 30 | 70 | 54 | 71 |
| Binary | 11000001 | 10111010 | 1100001 | 0 | 100 | 110010 | 11000 | 111000 | 101100 | 111001 |
Color Harmonies of #C1BA61
Complementary color
Monochromatic Colors of #C1BA61
Black with #C1BA61
Text Example
Text Example
White with #C1BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA61; }
p { color: rgb(193,186,97); }
H1.HeaderClassName
{
color: #C1BA61;
}
.AnyTagClassName
{
color: #C1BA61;
}
</style>
background-color css
<style>
a { background-color: #C1BA61; }
a { background-color: rgb(193,186,97); }
div.DivClassName
{
background-color: #C1BA61;
}
.BgClassName
{
background-color: #C1BA61;
}
</style>
border-color css
<style>
span { border-color: #C1BA61; }
span { border-color: rgb(193,186,97); }
td.TdClassName
{
border-color: #C1BA61;
}
.TagClassName
{
border-color: #C1BA61;
}
</style>