Shades of Dark Khaki #C2BC6A
Tints of Dark Khaki #C2BC6A
RGB
CMYK
RGB Variations
Color information
#C2BC6A (or 0xC2BC6A) is known color: Dark Khaki. HEX triplet: C2, BC and 6A. RGB value is (194,188,106). Sum of RGB (Red+Green+Blue) = 194+188+106=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC6A is #3D4395. Grayscale: #B4B4B4. Windows color (decimal): -4014998 or 6995138. OLE color: 6995138.
HSL color Cylindrical-coordinate representation of color #C2BC6A: hue angle of 55.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2BC6A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 106 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.24 |
| HSL | 55.91º | 0.42% | 0.59% | - |
| HSV(B) | 55.91º | 0.45% | 0.76% | - |
| XYZ | 42.83 | 48.48 | 20.74 | - |
| YUV | 180.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 106 | 0 | 0.03 | 0.45 | 0.24 | 55.91 | 0.42 | 0.59 |
| Hex | C2 | BC | 6A | 0 | 3 | 2D | 18 | 38 | 2A | 3B |
| Octal | 302 | 274 | 152 | 0 | 3 | 55 | 30 | 70 | 52 | 73 |
| Binary | 11000010 | 10111100 | 1101010 | 0 | 11 | 101101 | 11000 | 111000 | 101010 | 111011 |
Color Harmonies of #C2BC6A
Complementary color
Monochromatic Colors of #C2BC6A
Black with #C2BC6A
Text Example
Text Example
White with #C2BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC6A; }
p { color: rgb(194,188,106); }
H1.HeaderClassName
{
color: #C2BC6A;
}
.AnyTagClassName
{
color: #C2BC6A;
}
</style>
background-color css
<style>
a { background-color: #C2BC6A; }
a { background-color: rgb(194,188,106); }
div.DivClassName
{
background-color: #C2BC6A;
}
.BgClassName
{
background-color: #C2BC6A;
}
</style>
border-color css
<style>
span { border-color: #C2BC6A; }
span { border-color: rgb(194,188,106); }
td.TdClassName
{
border-color: #C2BC6A;
}
.TagClassName
{
border-color: #C2BC6A;
}
</style>