Shades of Dark Khaki #C2BF69
Tints of Dark Khaki #C2BF69
RGB
CMYK
RGB Variations
Color information
#C2BF69 (or 0xC2BF69) is known color: Dark Khaki. HEX triplet: C2, BF and 69. RGB value is (194,191,105). Sum of RGB (Red+Green+Blue) = 194+191+105=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF69 is #3D4096. Grayscale: #B6B6B6. Windows color (decimal): -4014231 or 6930370. OLE color: 6930370.
HSL color Cylindrical-coordinate representation of color #C2BF69: hue angle of 57.98º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2BF69 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 105 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.24 |
| HSL | 57.98º | 0.42% | 0.59% | - |
| HSV(B) | 57.98º | 0.46% | 0.76% | - |
| XYZ | 43.43 | 49.75 | 20.68 | - |
| YUV | 182.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 105 | 0 | 0.02 | 0.46 | 0.24 | 57.98 | 0.42 | 0.59 |
| Hex | C2 | BF | 69 | 0 | 2 | 2E | 18 | 3A | 2A | 3B |
| Octal | 302 | 277 | 151 | 0 | 2 | 56 | 30 | 72 | 52 | 73 |
| Binary | 11000010 | 10111111 | 1101001 | 0 | 10 | 101110 | 11000 | 111010 | 101010 | 111011 |
Color Harmonies of #C2BF69
Complementary color
Monochromatic Colors of #C2BF69
Black with #C2BF69
Text Example
Text Example
White with #C2BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF69; }
p { color: rgb(194,191,105); }
H1.HeaderClassName
{
color: #C2BF69;
}
.AnyTagClassName
{
color: #C2BF69;
}
</style>
background-color css
<style>
a { background-color: #C2BF69; }
a { background-color: rgb(194,191,105); }
div.DivClassName
{
background-color: #C2BF69;
}
.BgClassName
{
background-color: #C2BF69;
}
</style>
border-color css
<style>
span { border-color: #C2BF69; }
span { border-color: rgb(194,191,105); }
td.TdClassName
{
border-color: #C2BF69;
}
.TagClassName
{
border-color: #C2BF69;
}
</style>