Shades of Dark Khaki #C0B46C
Tints of Dark Khaki #C0B46C
RGB
CMYK
RGB Variations
Color information
#C0B46C (or 0xC0B46C) is known color: Dark Khaki. HEX triplet: C0, B4 and 6C. RGB value is (192,180,108). Sum of RGB (Red+Green+Blue) = 192+180+108=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B46C is #3F4B93. Grayscale: #AFAFAF. Windows color (decimal): -4148116 or 7124160. OLE color: 7124160.
HSL color Cylindrical-coordinate representation of color #C0B46C: hue angle of 51.43º 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 #C0B46C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 108 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.25 |
| HSL | 51.43º | 0.4% | 0.59% | - |
| HSV(B) | 51.43º | 0.44% | 0.75% | - |
| XYZ | 40.77 | 44.93 | 20.71 | - |
| YUV | 175.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 108 | 0 | 0.06 | 0.44 | 0.25 | 51.43 | 0.4 | 0.59 |
| Hex | C0 | B4 | 6C | 0 | 6 | 2C | 19 | 33 | 28 | 3B |
| Octal | 300 | 264 | 154 | 0 | 6 | 54 | 31 | 63 | 50 | 73 |
| Binary | 11000000 | 10110100 | 1101100 | 0 | 110 | 101100 | 11001 | 110011 | 101000 | 111011 |
Color Harmonies of #C0B46C
Complementary color
Monochromatic Colors of #C0B46C
Black with #C0B46C
Text Example
Text Example
White with #C0B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B46C; }
p { color: rgb(192,180,108); }
H1.HeaderClassName
{
color: #C0B46C;
}
.AnyTagClassName
{
color: #C0B46C;
}
</style>
background-color css
<style>
a { background-color: #C0B46C; }
a { background-color: rgb(192,180,108); }
div.DivClassName
{
background-color: #C0B46C;
}
.BgClassName
{
background-color: #C0B46C;
}
</style>
border-color css
<style>
span { border-color: #C0B46C; }
span { border-color: rgb(192,180,108); }
td.TdClassName
{
border-color: #C0B46C;
}
.TagClassName
{
border-color: #C0B46C;
}
</style>