Shades of Dark Khaki #C0BB6D
Tints of Dark Khaki #C0BB6D
RGB
CMYK
RGB Variations
Color information
#C0BB6D (or 0xC0BB6D) is known color: Dark Khaki. HEX triplet: C0, BB and 6D. RGB value is (192,187,109). Sum of RGB (Red+Green+Blue) = 192+187+109=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB6D is #3F4492. Grayscale: #B3B3B3. Windows color (decimal): -4146323 or 7191488. OLE color: 7191488.
HSL color Cylindrical-coordinate representation of color #C0BB6D: hue angle of 56.39º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0BB6D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 109 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 56.39º | 0.4% | 0.59% | - |
| HSV(B) | 56.39º | 0.43% | 0.75% | - |
| XYZ | 42.27 | 47.85 | 21.48 | - |
| YUV | 179.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 109 | 0 | 0.03 | 0.43 | 0.25 | 56.39 | 0.4 | 0.59 |
| Hex | C0 | BB | 6D | 0 | 3 | 2B | 19 | 38 | 28 | 3B |
| Octal | 300 | 273 | 155 | 0 | 3 | 53 | 31 | 70 | 50 | 73 |
| Binary | 11000000 | 10111011 | 1101101 | 0 | 11 | 101011 | 11001 | 111000 | 101000 | 111011 |
Color Harmonies of #C0BB6D
Complementary color
Monochromatic Colors of #C0BB6D
Black with #C0BB6D
Text Example
Text Example
White with #C0BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB6D; }
p { color: rgb(192,187,109); }
H1.HeaderClassName
{
color: #C0BB6D;
}
.AnyTagClassName
{
color: #C0BB6D;
}
</style>
background-color css
<style>
a { background-color: #C0BB6D; }
a { background-color: rgb(192,187,109); }
div.DivClassName
{
background-color: #C0BB6D;
}
.BgClassName
{
background-color: #C0BB6D;
}
</style>
border-color css
<style>
span { border-color: #C0BB6D; }
span { border-color: rgb(192,187,109); }
td.TdClassName
{
border-color: #C0BB6D;
}
.TagClassName
{
border-color: #C0BB6D;
}
</style>