Shades of Dark Khaki #C2B86B
Tints of Dark Khaki #C2B86B
RGB
CMYK
RGB Variations
Color information
#C2B86B (or 0xC2B86B) is known color: Dark Khaki. HEX triplet: C2, B8 and 6B. RGB value is (194,184,107). Sum of RGB (Red+Green+Blue) = 194+184+107=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B86B is #3D4794. Grayscale: #B2B2B2. Windows color (decimal): -4016021 or 7059650. OLE color: 7059650.
HSL color Cylindrical-coordinate representation of color #C2B86B: hue angle of 53.1º 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 #C2B86B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 107 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.24 |
| HSL | 53.1º | 0.42% | 0.59% | - |
| HSV(B) | 53.1º | 0.45% | 0.76% | - |
| XYZ | 42.04 | 46.81 | 20.73 | - |
| YUV | 178.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 107 | 0 | 0.05 | 0.45 | 0.24 | 53.1 | 0.42 | 0.59 |
| Hex | C2 | B8 | 6B | 0 | 5 | 2D | 18 | 35 | 2A | 3B |
| Octal | 302 | 270 | 153 | 0 | 5 | 55 | 30 | 65 | 52 | 73 |
| Binary | 11000010 | 10111000 | 1101011 | 0 | 101 | 101101 | 11000 | 110101 | 101010 | 111011 |
Color Harmonies of #C2B86B
Complementary color
Monochromatic Colors of #C2B86B
Black with #C2B86B
Text Example
Text Example
White with #C2B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B86B; }
p { color: rgb(194,184,107); }
H1.HeaderClassName
{
color: #C2B86B;
}
.AnyTagClassName
{
color: #C2B86B;
}
</style>
background-color css
<style>
a { background-color: #C2B86B; }
a { background-color: rgb(194,184,107); }
div.DivClassName
{
background-color: #C2B86B;
}
.BgClassName
{
background-color: #C2B86B;
}
</style>
border-color css
<style>
span { border-color: #C2B86B; }
span { border-color: rgb(194,184,107); }
td.TdClassName
{
border-color: #C2B86B;
}
.TagClassName
{
border-color: #C2B86B;
}
</style>