Shades of Dark Khaki #C2B26D
Tints of Dark Khaki #C2B26D
RGB
CMYK
RGB Variations
Color information
#C2B26D (or 0xC2B26D) is known color: Dark Khaki. HEX triplet: C2, B2 and 6D. RGB value is (194,178,109). Sum of RGB (Red+Green+Blue) = 194+178+109=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26D is #3D4D92. Grayscale: #AFAFAF. Windows color (decimal): -4017555 or 7189186. OLE color: 7189186.
HSL color Cylindrical-coordinate representation of color #C2B26D: hue angle of 48.71º 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 #C2B26D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 109 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.24 |
| HSL | 48.71º | 0.41% | 0.59% | - |
| HSV(B) | 48.71º | 0.44% | 0.76% | - |
| XYZ | 40.93 | 44.41 | 20.88 | - |
| YUV | 174.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 109 | 0 | 0.08 | 0.44 | 0.24 | 48.71 | 0.41 | 0.59 |
| Hex | C2 | B2 | 6D | 0 | 8 | 2C | 18 | 31 | 29 | 3B |
| Octal | 302 | 262 | 155 | 0 | 10 | 54 | 30 | 61 | 51 | 73 |
| Binary | 11000010 | 10110010 | 1101101 | 0 | 1000 | 101100 | 11000 | 110001 | 101001 | 111011 |
Color Harmonies of #C2B26D
Complementary color
Monochromatic Colors of #C2B26D
Black with #C2B26D
Text Example
Text Example
White with #C2B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B26D; }
p { color: rgb(194,178,109); }
H1.HeaderClassName
{
color: #C2B26D;
}
.AnyTagClassName
{
color: #C2B26D;
}
</style>
background-color css
<style>
a { background-color: #C2B26D; }
a { background-color: rgb(194,178,109); }
div.DivClassName
{
background-color: #C2B26D;
}
.BgClassName
{
background-color: #C2B26D;
}
</style>
border-color css
<style>
span { border-color: #C2B26D; }
span { border-color: rgb(194,178,109); }
td.TdClassName
{
border-color: #C2B26D;
}
.TagClassName
{
border-color: #C2B26D;
}
</style>