Shades of Dark Khaki #C0B373
Tints of Dark Khaki #C0B373
RGB
CMYK
RGB Variations
Color information
#C0B373 (or 0xC0B373) is known color: Dark Khaki. HEX triplet: C0, B3 and 73. RGB value is (192,179,115). Sum of RGB (Red+Green+Blue) = 192+179+115=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B373 is #3F4C8C. Grayscale: #AFAFAF. Windows color (decimal): -4148365 or 7582656. OLE color: 7582656.
HSL color Cylindrical-coordinate representation of color #C0B373: hue angle of 49.87º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B373 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 115 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.25 |
| HSL | 49.87º | 0.38% | 0.6% | - |
| HSV(B) | 49.87º | 0.4% | 0.75% | - |
| XYZ | 40.95 | 44.68 | 22.69 | - |
| YUV | 175.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 115 | 0 | 0.07 | 0.40 | 0.25 | 49.87 | 0.38 | 0.6 |
| Hex | C0 | B3 | 73 | 0 | 7 | 28 | 19 | 32 | 26 | 3C |
| Octal | 300 | 263 | 163 | 0 | 7 | 50 | 31 | 62 | 46 | 74 |
| Binary | 11000000 | 10110011 | 1110011 | 0 | 111 | 101000 | 11001 | 110010 | 100110 | 111100 |
Color Harmonies of #C0B373
Complementary color
Monochromatic Colors of #C0B373
Black with #C0B373
Text Example
Text Example
White with #C0B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B373; }
p { color: rgb(192,179,115); }
H1.HeaderClassName
{
color: #C0B373;
}
.AnyTagClassName
{
color: #C0B373;
}
</style>
background-color css
<style>
a { background-color: #C0B373; }
a { background-color: rgb(192,179,115); }
div.DivClassName
{
background-color: #C0B373;
}
.BgClassName
{
background-color: #C0B373;
}
</style>
border-color css
<style>
span { border-color: #C0B373; }
span { border-color: rgb(192,179,115); }
td.TdClassName
{
border-color: #C0B373;
}
.TagClassName
{
border-color: #C0B373;
}
</style>