Shades of Dark Khaki #C0B760
Tints of Dark Khaki #C0B760
RGB
CMYK
RGB Variations
Color information
#C0B760 (or 0xC0B760) is known color: Dark Khaki. HEX triplet: C0, B7 and 60. RGB value is (192,183,96). Sum of RGB (Red+Green+Blue) = 192+183+96=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B760 is #3F489F. Grayscale: #B0B0B0. Windows color (decimal): -4147360 or 6338496. OLE color: 6338496.
HSL color Cylindrical-coordinate representation of color #C0B760: hue angle of 54.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0B760 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 96 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.25 |
| HSL | 54.38º | 0.43% | 0.56% | - |
| HSV(B) | 54.38º | 0.5% | 0.75% | - |
| XYZ | 40.78 | 45.92 | 17.78 | - |
| YUV | 175.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 96 | 0 | 0.05 | 0.50 | 0.25 | 54.38 | 0.43 | 0.56 |
| Hex | C0 | B7 | 60 | 0 | 5 | 32 | 19 | 36 | 2B | 38 |
| Octal | 300 | 267 | 140 | 0 | 5 | 62 | 31 | 66 | 53 | 70 |
| Binary | 11000000 | 10110111 | 1100000 | 0 | 101 | 110010 | 11001 | 110110 | 101011 | 111000 |
Color Harmonies of #C0B760
Complementary color
Monochromatic Colors of #C0B760
Black with #C0B760
Text Example
Text Example
White with #C0B760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B760; }
p { color: rgb(192,183,96); }
H1.HeaderClassName
{
color: #C0B760;
}
.AnyTagClassName
{
color: #C0B760;
}
</style>
background-color css
<style>
a { background-color: #C0B760; }
a { background-color: rgb(192,183,96); }
div.DivClassName
{
background-color: #C0B760;
}
.BgClassName
{
background-color: #C0B760;
}
</style>
border-color css
<style>
span { border-color: #C0B760; }
span { border-color: rgb(192,183,96); }
td.TdClassName
{
border-color: #C0B760;
}
.TagClassName
{
border-color: #C0B760;
}
</style>