Shades of Dark Khaki #C0BB6B
Tints of Dark Khaki #C0BB6B
RGB
CMYK
RGB Variations
Color information
#C0BB6B (or 0xC0BB6B) is known color: Dark Khaki. HEX triplet: C0, BB and 6B. RGB value is (192,187,107). Sum of RGB (Red+Green+Blue) = 192+187+107=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB6B is #3F4494. Grayscale: #B3B3B3. Windows color (decimal): -4146325 or 7060416. OLE color: 7060416.
HSL color Cylindrical-coordinate representation of color #C0BB6B: hue angle of 56.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BB6B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 107 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.25 |
| HSL | 56.47º | 0.4% | 0.59% | - |
| HSV(B) | 56.47º | 0.44% | 0.75% | - |
| XYZ | 42.16 | 47.81 | 20.92 | - |
| YUV | 179.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 107 | 0 | 0.03 | 0.44 | 0.25 | 56.47 | 0.4 | 0.59 |
| Hex | C0 | BB | 6B | 0 | 3 | 2C | 19 | 38 | 28 | 3B |
| Octal | 300 | 273 | 153 | 0 | 3 | 54 | 31 | 70 | 50 | 73 |
| Binary | 11000000 | 10111011 | 1101011 | 0 | 11 | 101100 | 11001 | 111000 | 101000 | 111011 |
Color Harmonies of #C0BB6B
Complementary color
Monochromatic Colors of #C0BB6B
Black with #C0BB6B
Text Example
Text Example
White with #C0BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB6B; }
p { color: rgb(192,187,107); }
H1.HeaderClassName
{
color: #C0BB6B;
}
.AnyTagClassName
{
color: #C0BB6B;
}
</style>
background-color css
<style>
a { background-color: #C0BB6B; }
a { background-color: rgb(192,187,107); }
div.DivClassName
{
background-color: #C0BB6B;
}
.BgClassName
{
background-color: #C0BB6B;
}
</style>
border-color css
<style>
span { border-color: #C0BB6B; }
span { border-color: rgb(192,187,107); }
td.TdClassName
{
border-color: #C0BB6B;
}
.TagClassName
{
border-color: #C0BB6B;
}
</style>