Shades of Dark Khaki #C2B36A
Tints of Dark Khaki #C2B36A
RGB
CMYK
RGB Variations
Color information
#C2B36A (or 0xC2B36A) is known color: Dark Khaki. HEX triplet: C2, B3 and 6A. RGB value is (194,179,106). Sum of RGB (Red+Green+Blue) = 194+179+106=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36A is #3D4C95. Grayscale: #AFAFAF. Windows color (decimal): -4017302 or 6992834. OLE color: 6992834.
HSL color Cylindrical-coordinate representation of color #C2B36A: hue angle of 49.77º 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 #C2B36A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 106 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.24 |
| HSL | 49.77º | 0.42% | 0.59% | - |
| HSV(B) | 49.77º | 0.45% | 0.76% | - |
| XYZ | 40.97 | 44.75 | 20.11 | - |
| YUV | 175.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 106 | 0 | 0.08 | 0.45 | 0.24 | 49.77 | 0.42 | 0.59 |
| Hex | C2 | B3 | 6A | 0 | 8 | 2D | 18 | 32 | 2A | 3B |
| Octal | 302 | 263 | 152 | 0 | 10 | 55 | 30 | 62 | 52 | 73 |
| Binary | 11000010 | 10110011 | 1101010 | 0 | 1000 | 101101 | 11000 | 110010 | 101010 | 111011 |
Color Harmonies of #C2B36A
Complementary color
Monochromatic Colors of #C2B36A
Black with #C2B36A
Text Example
Text Example
White with #C2B36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B36A; }
p { color: rgb(194,179,106); }
H1.HeaderClassName
{
color: #C2B36A;
}
.AnyTagClassName
{
color: #C2B36A;
}
</style>
background-color css
<style>
a { background-color: #C2B36A; }
a { background-color: rgb(194,179,106); }
div.DivClassName
{
background-color: #C2B36A;
}
.BgClassName
{
background-color: #C2B36A;
}
</style>
border-color css
<style>
span { border-color: #C2B36A; }
span { border-color: rgb(194,179,106); }
td.TdClassName
{
border-color: #C2B36A;
}
.TagClassName
{
border-color: #C2B36A;
}
</style>