Shades of Dark Khaki #C0B366
Tints of Dark Khaki #C0B366
RGB
CMYK
RGB Variations
Color information
#C0B366 (or 0xC0B366) is known color: Dark Khaki. HEX triplet: C0, B3 and 66. RGB value is (192,179,102). Sum of RGB (Red+Green+Blue) = 192+179+102=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B366 is #3F4C99. Grayscale: #AEAEAE. Windows color (decimal): -4148378 or 6730688. OLE color: 6730688.
HSL color Cylindrical-coordinate representation of color #C0B366: hue angle of 51.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B366 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 102 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.25 |
| HSL | 51.33º | 0.42% | 0.58% | - |
| HSV(B) | 51.33º | 0.47% | 0.75% | - |
| XYZ | 40.26 | 44.41 | 19.02 | - |
| YUV | 174.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 102 | 0 | 0.07 | 0.47 | 0.25 | 51.33 | 0.42 | 0.58 |
| Hex | C0 | B3 | 66 | 0 | 7 | 2F | 19 | 33 | 2A | 3A |
| Octal | 300 | 263 | 146 | 0 | 7 | 57 | 31 | 63 | 52 | 72 |
| Binary | 11000000 | 10110011 | 1100110 | 0 | 111 | 101111 | 11001 | 110011 | 101010 | 111010 |
Color Harmonies of #C0B366
Complementary color
Monochromatic Colors of #C0B366
Black with #C0B366
Text Example
Text Example
White with #C0B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B366; }
p { color: rgb(192,179,102); }
H1.HeaderClassName
{
color: #C0B366;
}
.AnyTagClassName
{
color: #C0B366;
}
</style>
background-color css
<style>
a { background-color: #C0B366; }
a { background-color: rgb(192,179,102); }
div.DivClassName
{
background-color: #C0B366;
}
.BgClassName
{
background-color: #C0B366;
}
</style>
border-color css
<style>
span { border-color: #C0B366; }
span { border-color: rgb(192,179,102); }
td.TdClassName
{
border-color: #C0B366;
}
.TagClassName
{
border-color: #C0B366;
}
</style>