Shades of Dark Khaki #C1BD69
Tints of Dark Khaki #C1BD69
RGB
CMYK
RGB Variations
Color information
#C1BD69 (or 0xC1BD69) is known color: Dark Khaki. HEX triplet: C1, BD and 69. RGB value is (193,189,105). Sum of RGB (Red+Green+Blue) = 193+189+105=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD69 is #3E4296. Grayscale: #B4B4B4. Windows color (decimal): -4080279 or 6929857. OLE color: 6929857.
HSL color Cylindrical-coordinate representation of color #C1BD69: hue angle of 57.27º 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 #C1BD69 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 105 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.24 |
| HSL | 57.27º | 0.42% | 0.58% | - |
| HSV(B) | 57.27º | 0.46% | 0.76% | - |
| XYZ | 42.74 | 48.75 | 20.52 | - |
| YUV | 180.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 105 | 0 | 0.02 | 0.46 | 0.24 | 57.27 | 0.42 | 0.58 |
| Hex | C1 | BD | 69 | 0 | 2 | 2E | 18 | 39 | 2A | 3A |
| Octal | 301 | 275 | 151 | 0 | 2 | 56 | 30 | 71 | 52 | 72 |
| Binary | 11000001 | 10111101 | 1101001 | 0 | 10 | 101110 | 11000 | 111001 | 101010 | 111010 |
Color Harmonies of #C1BD69
Complementary color
Monochromatic Colors of #C1BD69
Black with #C1BD69
Text Example
Text Example
White with #C1BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD69; }
p { color: rgb(193,189,105); }
H1.HeaderClassName
{
color: #C1BD69;
}
.AnyTagClassName
{
color: #C1BD69;
}
</style>
background-color css
<style>
a { background-color: #C1BD69; }
a { background-color: rgb(193,189,105); }
div.DivClassName
{
background-color: #C1BD69;
}
.BgClassName
{
background-color: #C1BD69;
}
</style>
border-color css
<style>
span { border-color: #C1BD69; }
span { border-color: rgb(193,189,105); }
td.TdClassName
{
border-color: #C1BD69;
}
.TagClassName
{
border-color: #C1BD69;
}
</style>