Shades of Dark Khaki #C0BB6A
Tints of Dark Khaki #C0BB6A
RGB
CMYK
RGB Variations
Color information
#C0BB6A (or 0xC0BB6A) is known color: Dark Khaki. HEX triplet: C0, BB and 6A. RGB value is (192,187,106). Sum of RGB (Red+Green+Blue) = 192+187+106=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB6A is #3F4495. Grayscale: #B3B3B3. Windows color (decimal): -4146326 or 6994880. OLE color: 6994880.
HSL color Cylindrical-coordinate representation of color #C0BB6A: hue angle of 56.51º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0BB6A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 106 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.25 |
| HSL | 56.51º | 0.41% | 0.58% | - |
| HSV(B) | 56.51º | 0.45% | 0.75% | - |
| XYZ | 42.11 | 47.79 | 20.64 | - |
| YUV | 179.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 106 | 0 | 0.03 | 0.45 | 0.25 | 56.51 | 0.41 | 0.58 |
| Hex | C0 | BB | 6A | 0 | 3 | 2D | 19 | 39 | 29 | 3A |
| Octal | 300 | 273 | 152 | 0 | 3 | 55 | 31 | 71 | 51 | 72 |
| Binary | 11000000 | 10111011 | 1101010 | 0 | 11 | 101101 | 11001 | 111001 | 101001 | 111010 |
Color Harmonies of #C0BB6A
Complementary color
Monochromatic Colors of #C0BB6A
Black with #C0BB6A
Text Example
Text Example
White with #C0BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB6A; }
p { color: rgb(192,187,106); }
H1.HeaderClassName
{
color: #C0BB6A;
}
.AnyTagClassName
{
color: #C0BB6A;
}
</style>
background-color css
<style>
a { background-color: #C0BB6A; }
a { background-color: rgb(192,187,106); }
div.DivClassName
{
background-color: #C0BB6A;
}
.BgClassName
{
background-color: #C0BB6A;
}
</style>
border-color css
<style>
span { border-color: #C0BB6A; }
span { border-color: rgb(192,187,106); }
td.TdClassName
{
border-color: #C0BB6A;
}
.TagClassName
{
border-color: #C0BB6A;
}
</style>