Shades of Dark Khaki #C2B964
Tints of Dark Khaki #C2B964
RGB
CMYK
RGB Variations
Color information
#C2B964 (or 0xC2B964) is known color: Dark Khaki. HEX triplet: C2, B9 and 64. RGB value is (194,185,100). Sum of RGB (Red+Green+Blue) = 194+185+100=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B964 is #3D469B. Grayscale: #B2B2B2. Windows color (decimal): -4015772 or 6601154. OLE color: 6601154.
HSL color Cylindrical-coordinate representation of color #C2B964: hue angle of 54.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2B964 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 100 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.24 |
| HSL | 54.26º | 0.44% | 0.58% | - |
| HSV(B) | 54.26º | 0.48% | 0.76% | - |
| XYZ | 41.9 | 47.09 | 18.94 | - |
| YUV | 178 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 100 | 0 | 0.05 | 0.48 | 0.24 | 54.26 | 0.44 | 0.58 |
| Hex | C2 | B9 | 64 | 0 | 5 | 30 | 18 | 36 | 2C | 3A |
| Octal | 302 | 271 | 144 | 0 | 5 | 60 | 30 | 66 | 54 | 72 |
| Binary | 11000010 | 10111001 | 1100100 | 0 | 101 | 110000 | 11000 | 110110 | 101100 | 111010 |
Color Harmonies of #C2B964
Complementary color
Monochromatic Colors of #C2B964
Black with #C2B964
Text Example
Text Example
White with #C2B964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B964; }
p { color: rgb(194,185,100); }
H1.HeaderClassName
{
color: #C2B964;
}
.AnyTagClassName
{
color: #C2B964;
}
</style>
background-color css
<style>
a { background-color: #C2B964; }
a { background-color: rgb(194,185,100); }
div.DivClassName
{
background-color: #C2B964;
}
.BgClassName
{
background-color: #C2B964;
}
</style>
border-color css
<style>
span { border-color: #C2B964; }
span { border-color: rgb(194,185,100); }
td.TdClassName
{
border-color: #C2B964;
}
.TagClassName
{
border-color: #C2B964;
}
</style>