Shades of Dark Khaki #C2BC68
Tints of Dark Khaki #C2BC68
RGB
CMYK
RGB Variations
Color information
#C2BC68 (or 0xC2BC68) is known color: Dark Khaki. HEX triplet: C2, BC and 68. RGB value is (194,188,104). Sum of RGB (Red+Green+Blue) = 194+188+104=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC68 is #3D4397. Grayscale: #B4B4B4. Windows color (decimal): -4015000 or 6864066. OLE color: 6864066.
HSL color Cylindrical-coordinate representation of color #C2BC68: hue angle of 56º 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 #C2BC68 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 104 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.24 |
| HSL | 56º | 0.42% | 0.58% | - |
| HSV(B) | 56º | 0.46% | 0.76% | - |
| XYZ | 42.73 | 48.44 | 20.19 | - |
| YUV | 180.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 104 | 0 | 0.03 | 0.46 | 0.24 | 56 | 0.42 | 0.58 |
| Hex | C2 | BC | 68 | 0 | 3 | 2E | 18 | 38 | 2A | 3A |
| Octal | 302 | 274 | 150 | 0 | 3 | 56 | 30 | 70 | 52 | 72 |
| Binary | 11000010 | 10111100 | 1101000 | 0 | 11 | 101110 | 11000 | 111000 | 101010 | 111010 |
Color Harmonies of #C2BC68
Complementary color
Monochromatic Colors of #C2BC68
Black with #C2BC68
Text Example
Text Example
White with #C2BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC68; }
p { color: rgb(194,188,104); }
H1.HeaderClassName
{
color: #C2BC68;
}
.AnyTagClassName
{
color: #C2BC68;
}
</style>
background-color css
<style>
a { background-color: #C2BC68; }
a { background-color: rgb(194,188,104); }
div.DivClassName
{
background-color: #C2BC68;
}
.BgClassName
{
background-color: #C2BC68;
}
</style>
border-color css
<style>
span { border-color: #C2BC68; }
span { border-color: rgb(194,188,104); }
td.TdClassName
{
border-color: #C2BC68;
}
.TagClassName
{
border-color: #C2BC68;
}
</style>