Shades of Dark Khaki #C1B869
Tints of Dark Khaki #C1B869
RGB
CMYK
RGB Variations
Color information
#C1B869 (or 0xC1B869) is known color: Dark Khaki. HEX triplet: C1, B8 and 69. RGB value is (193,184,105). Sum of RGB (Red+Green+Blue) = 193+184+105=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B869 is #3E4796. Grayscale: #B2B2B2. Windows color (decimal): -4081559 or 6928577. OLE color: 6928577.
HSL color Cylindrical-coordinate representation of color #C1B869: hue angle of 53.86º 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 #C1B869 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 105 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.24 |
| HSL | 53.86º | 0.42% | 0.58% | - |
| HSV(B) | 53.86º | 0.46% | 0.76% | - |
| XYZ | 41.68 | 46.64 | 20.17 | - |
| YUV | 177.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 105 | 0 | 0.05 | 0.46 | 0.24 | 53.86 | 0.42 | 0.58 |
| Hex | C1 | B8 | 69 | 0 | 5 | 2E | 18 | 36 | 2A | 3A |
| Octal | 301 | 270 | 151 | 0 | 5 | 56 | 30 | 66 | 52 | 72 |
| Binary | 11000001 | 10111000 | 1101001 | 0 | 101 | 101110 | 11000 | 110110 | 101010 | 111010 |
Color Harmonies of #C1B869
Complementary color
Monochromatic Colors of #C1B869
Black with #C1B869
Text Example
Text Example
White with #C1B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B869; }
p { color: rgb(193,184,105); }
H1.HeaderClassName
{
color: #C1B869;
}
.AnyTagClassName
{
color: #C1B869;
}
</style>
background-color css
<style>
a { background-color: #C1B869; }
a { background-color: rgb(193,184,105); }
div.DivClassName
{
background-color: #C1B869;
}
.BgClassName
{
background-color: #C1B869;
}
</style>
border-color css
<style>
span { border-color: #C1B869; }
span { border-color: rgb(193,184,105); }
td.TdClassName
{
border-color: #C1B869;
}
.TagClassName
{
border-color: #C1B869;
}
</style>