Shades of Dark Khaki #C2BF6C
Tints of Dark Khaki #C2BF6C
RGB
CMYK
RGB Variations
Color information
#C2BF6C (or 0xC2BF6C) is known color: Dark Khaki. HEX triplet: C2, BF and 6C. RGB value is (194,191,108). Sum of RGB (Red+Green+Blue) = 194+191+108=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF6C is #3D4093. Grayscale: #B6B6B6. Windows color (decimal): -4014228 or 7126978. OLE color: 7126978.
HSL color Cylindrical-coordinate representation of color #C2BF6C: hue angle of 57.91º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2BF6C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 108 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.24 |
| HSL | 57.91º | 0.41% | 0.59% | - |
| HSV(B) | 57.91º | 0.44% | 0.76% | - |
| XYZ | 43.59 | 49.81 | 21.51 | - |
| YUV | 182.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 108 | 0 | 0.02 | 0.44 | 0.24 | 57.91 | 0.41 | 0.59 |
| Hex | C2 | BF | 6C | 0 | 2 | 2C | 18 | 3A | 29 | 3B |
| Octal | 302 | 277 | 154 | 0 | 2 | 54 | 30 | 72 | 51 | 73 |
| Binary | 11000010 | 10111111 | 1101100 | 0 | 10 | 101100 | 11000 | 111010 | 101001 | 111011 |
Color Harmonies of #C2BF6C
Complementary color
Monochromatic Colors of #C2BF6C
Black with #C2BF6C
Text Example
Text Example
White with #C2BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF6C; }
p { color: rgb(194,191,108); }
H1.HeaderClassName
{
color: #C2BF6C;
}
.AnyTagClassName
{
color: #C2BF6C;
}
</style>
background-color css
<style>
a { background-color: #C2BF6C; }
a { background-color: rgb(194,191,108); }
div.DivClassName
{
background-color: #C2BF6C;
}
.BgClassName
{
background-color: #C2BF6C;
}
</style>
border-color css
<style>
span { border-color: #C2BF6C; }
span { border-color: rgb(194,191,108); }
td.TdClassName
{
border-color: #C2BF6C;
}
.TagClassName
{
border-color: #C2BF6C;
}
</style>