Shades of Dark Khaki #C2BC69
Tints of Dark Khaki #C2BC69
RGB
CMYK
RGB Variations
Color information
#C2BC69 (or 0xC2BC69) is known color: Dark Khaki. HEX triplet: C2, BC and 69. RGB value is (194,188,105). Sum of RGB (Red+Green+Blue) = 194+188+105=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC69 is #3D4396. Grayscale: #B4B4B4. Windows color (decimal): -4014999 or 6929602. OLE color: 6929602.
HSL color Cylindrical-coordinate representation of color #C2BC69: hue angle of 55.96º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2BC69 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 105 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.24 |
| HSL | 55.96º | 0.42% | 0.59% | - |
| HSV(B) | 55.96º | 0.46% | 0.76% | - |
| XYZ | 42.78 | 48.46 | 20.46 | - |
| YUV | 180.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 105 | 0 | 0.03 | 0.46 | 0.24 | 55.96 | 0.42 | 0.59 |
| Hex | C2 | BC | 69 | 0 | 3 | 2E | 18 | 38 | 2A | 3B |
| Octal | 302 | 274 | 151 | 0 | 3 | 56 | 30 | 70 | 52 | 73 |
| Binary | 11000010 | 10111100 | 1101001 | 0 | 11 | 101110 | 11000 | 111000 | 101010 | 111011 |
Color Harmonies of #C2BC69
Complementary color
Monochromatic Colors of #C2BC69
Black with #C2BC69
Text Example
Text Example
White with #C2BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC69; }
p { color: rgb(194,188,105); }
H1.HeaderClassName
{
color: #C2BC69;
}
.AnyTagClassName
{
color: #C2BC69;
}
</style>
background-color css
<style>
a { background-color: #C2BC69; }
a { background-color: rgb(194,188,105); }
div.DivClassName
{
background-color: #C2BC69;
}
.BgClassName
{
background-color: #C2BC69;
}
</style>
border-color css
<style>
span { border-color: #C2BC69; }
span { border-color: rgb(194,188,105); }
td.TdClassName
{
border-color: #C2BC69;
}
.TagClassName
{
border-color: #C2BC69;
}
</style>