Shades of Dark Khaki #C0B06B
Tints of Dark Khaki #C0B06B
RGB
CMYK
RGB Variations
Color information
#C0B06B (or 0xC0B06B) is known color: Dark Khaki. HEX triplet: C0, B0 and 6B. RGB value is (192,176,107). Sum of RGB (Red+Green+Blue) = 192+176+107=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B06B is #3F4F94. Grayscale: #ADADAD. Windows color (decimal): -4149141 or 7057600. OLE color: 7057600.
HSL color Cylindrical-coordinate representation of color #C0B06B: hue angle of 48.71º 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 #C0B06B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 107 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.25 |
| HSL | 48.71º | 0.4% | 0.59% | - |
| HSV(B) | 48.71º | 0.44% | 0.75% | - |
| XYZ | 39.92 | 43.32 | 20.17 | - |
| YUV | 172.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 107 | 0 | 0.08 | 0.44 | 0.25 | 48.71 | 0.4 | 0.59 |
| Hex | C0 | B0 | 6B | 0 | 8 | 2C | 19 | 31 | 28 | 3B |
| Octal | 300 | 260 | 153 | 0 | 10 | 54 | 31 | 61 | 50 | 73 |
| Binary | 11000000 | 10110000 | 1101011 | 0 | 1000 | 101100 | 11001 | 110001 | 101000 | 111011 |
Color Harmonies of #C0B06B
Complementary color
Monochromatic Colors of #C0B06B
Black with #C0B06B
Text Example
Text Example
White with #C0B06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B06B; }
p { color: rgb(192,176,107); }
H1.HeaderClassName
{
color: #C0B06B;
}
.AnyTagClassName
{
color: #C0B06B;
}
</style>
background-color css
<style>
a { background-color: #C0B06B; }
a { background-color: rgb(192,176,107); }
div.DivClassName
{
background-color: #C0B06B;
}
.BgClassName
{
background-color: #C0B06B;
}
</style>
border-color css
<style>
span { border-color: #C0B06B; }
span { border-color: rgb(192,176,107); }
td.TdClassName
{
border-color: #C0B06B;
}
.TagClassName
{
border-color: #C0B06B;
}
</style>