Shades of Dark Khaki #C2BB68
Tints of Dark Khaki #C2BB68
RGB
CMYK
RGB Variations
Color information
#C2BB68 (or 0xC2BB68) is known color: Dark Khaki. HEX triplet: C2, BB and 68. RGB value is (194,187,104). Sum of RGB (Red+Green+Blue) = 194+187+104=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB68 is #3D4497. Grayscale: #B3B3B3. Windows color (decimal): -4015256 or 6863810. OLE color: 6863810.
HSL color Cylindrical-coordinate representation of color #C2BB68: hue angle of 55.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2BB68 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 104 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.24 |
| HSL | 55.33º | 0.42% | 0.58% | - |
| HSV(B) | 55.33º | 0.46% | 0.76% | - |
| XYZ | 42.52 | 48.01 | 20.12 | - |
| YUV | 179.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 104 | 0 | 0.04 | 0.46 | 0.24 | 55.33 | 0.42 | 0.58 |
| Hex | C2 | BB | 68 | 0 | 4 | 2E | 18 | 37 | 2A | 3A |
| Octal | 302 | 273 | 150 | 0 | 4 | 56 | 30 | 67 | 52 | 72 |
| Binary | 11000010 | 10111011 | 1101000 | 0 | 100 | 101110 | 11000 | 110111 | 101010 | 111010 |
Color Harmonies of #C2BB68
Complementary color
Monochromatic Colors of #C2BB68
Black with #C2BB68
Text Example
Text Example
White with #C2BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB68; }
p { color: rgb(194,187,104); }
H1.HeaderClassName
{
color: #C2BB68;
}
.AnyTagClassName
{
color: #C2BB68;
}
</style>
background-color css
<style>
a { background-color: #C2BB68; }
a { background-color: rgb(194,187,104); }
div.DivClassName
{
background-color: #C2BB68;
}
.BgClassName
{
background-color: #C2BB68;
}
</style>
border-color css
<style>
span { border-color: #C2BB68; }
span { border-color: rgb(194,187,104); }
td.TdClassName
{
border-color: #C2BB68;
}
.TagClassName
{
border-color: #C2BB68;
}
</style>