Shades of Dark Khaki #C0B564
Tints of Dark Khaki #C0B564
RGB
CMYK
RGB Variations
Color information
#C0B564 (or 0xC0B564) is known color: Dark Khaki. HEX triplet: C0, B5 and 64. RGB value is (192,181,100). Sum of RGB (Red+Green+Blue) = 192+181+100=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B564 is #3F4A9B. Grayscale: #AFAFAF. Windows color (decimal): -4147868 or 6600128. OLE color: 6600128.
HSL color Cylindrical-coordinate representation of color #C0B564: hue angle of 52.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0B564 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 100 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.25 |
| HSL | 52.83º | 0.42% | 0.57% | - |
| HSV(B) | 52.83º | 0.48% | 0.75% | - |
| XYZ | 40.56 | 45.17 | 18.64 | - |
| YUV | 175.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 100 | 0 | 0.06 | 0.48 | 0.25 | 52.83 | 0.42 | 0.57 |
| Hex | C0 | B5 | 64 | 0 | 6 | 30 | 19 | 35 | 2A | 39 |
| Octal | 300 | 265 | 144 | 0 | 6 | 60 | 31 | 65 | 52 | 71 |
| Binary | 11000000 | 10110101 | 1100100 | 0 | 110 | 110000 | 11001 | 110101 | 101010 | 111001 |
Color Harmonies of #C0B564
Complementary color
Monochromatic Colors of #C0B564
Black with #C0B564
Text Example
Text Example
White with #C0B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B564; }
p { color: rgb(192,181,100); }
H1.HeaderClassName
{
color: #C0B564;
}
.AnyTagClassName
{
color: #C0B564;
}
</style>
background-color css
<style>
a { background-color: #C0B564; }
a { background-color: rgb(192,181,100); }
div.DivClassName
{
background-color: #C0B564;
}
.BgClassName
{
background-color: #C0B564;
}
</style>
border-color css
<style>
span { border-color: #C0B564; }
span { border-color: rgb(192,181,100); }
td.TdClassName
{
border-color: #C0B564;
}
.TagClassName
{
border-color: #C0B564;
}
</style>