Shades of Dark Khaki #C1BA62
Tints of Dark Khaki #C1BA62
RGB
CMYK
RGB Variations
Color information
#C1BA62 (or 0xC1BA62) is known color: Dark Khaki. HEX triplet: C1, BA and 62. RGB value is (193,186,98). Sum of RGB (Red+Green+Blue) = 193+186+98=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA62 is #3E459D. Grayscale: #B2B2B2. Windows color (decimal): -4081054 or 6470337. OLE color: 6470337.
HSL color Cylindrical-coordinate representation of color #C1BA62: hue angle of 55.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1BA62 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 98 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.24 |
| HSL | 55.58º | 0.43% | 0.57% | - |
| HSV(B) | 55.58º | 0.49% | 0.76% | - |
| XYZ | 41.76 | 47.34 | 18.49 | - |
| YUV | 178.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 98 | 0 | 0.04 | 0.49 | 0.24 | 55.58 | 0.43 | 0.57 |
| Hex | C1 | BA | 62 | 0 | 4 | 31 | 18 | 38 | 2B | 39 |
| Octal | 301 | 272 | 142 | 0 | 4 | 61 | 30 | 70 | 53 | 71 |
| Binary | 11000001 | 10111010 | 1100010 | 0 | 100 | 110001 | 11000 | 111000 | 101011 | 111001 |
Color Harmonies of #C1BA62
Complementary color
Monochromatic Colors of #C1BA62
Black with #C1BA62
Text Example
Text Example
White with #C1BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA62; }
p { color: rgb(193,186,98); }
H1.HeaderClassName
{
color: #C1BA62;
}
.AnyTagClassName
{
color: #C1BA62;
}
</style>
background-color css
<style>
a { background-color: #C1BA62; }
a { background-color: rgb(193,186,98); }
div.DivClassName
{
background-color: #C1BA62;
}
.BgClassName
{
background-color: #C1BA62;
}
</style>
border-color css
<style>
span { border-color: #C1BA62; }
span { border-color: rgb(193,186,98); }
td.TdClassName
{
border-color: #C1BA62;
}
.TagClassName
{
border-color: #C1BA62;
}
</style>