Shades of Dark Khaki #C2B86C
Tints of Dark Khaki #C2B86C
RGB
CMYK
RGB Variations
Color information
#C2B86C (or 0xC2B86C) is known color: Dark Khaki. HEX triplet: C2, B8 and 6C. RGB value is (194,184,108). Sum of RGB (Red+Green+Blue) = 194+184+108=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B86C is #3D4793. Grayscale: #B2B2B2. Windows color (decimal): -4016020 or 7125186. OLE color: 7125186.
HSL color Cylindrical-coordinate representation of color #C2B86C: hue angle of 53.02º 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 #C2B86C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 108 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.24 |
| HSL | 53.02º | 0.41% | 0.59% | - |
| HSV(B) | 53.02º | 0.44% | 0.76% | - |
| XYZ | 42.1 | 46.83 | 21.01 | - |
| YUV | 178.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 108 | 0 | 0.05 | 0.44 | 0.24 | 53.02 | 0.41 | 0.59 |
| Hex | C2 | B8 | 6C | 0 | 5 | 2C | 18 | 35 | 29 | 3B |
| Octal | 302 | 270 | 154 | 0 | 5 | 54 | 30 | 65 | 51 | 73 |
| Binary | 11000010 | 10111000 | 1101100 | 0 | 101 | 101100 | 11000 | 110101 | 101001 | 111011 |
Color Harmonies of #C2B86C
Complementary color
Monochromatic Colors of #C2B86C
Black with #C2B86C
Text Example
Text Example
White with #C2B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B86C; }
p { color: rgb(194,184,108); }
H1.HeaderClassName
{
color: #C2B86C;
}
.AnyTagClassName
{
color: #C2B86C;
}
</style>
background-color css
<style>
a { background-color: #C2B86C; }
a { background-color: rgb(194,184,108); }
div.DivClassName
{
background-color: #C2B86C;
}
.BgClassName
{
background-color: #C2B86C;
}
</style>
border-color css
<style>
span { border-color: #C2B86C; }
span { border-color: rgb(194,184,108); }
td.TdClassName
{
border-color: #C2B86C;
}
.TagClassName
{
border-color: #C2B86C;
}
</style>