Shades of Dark Khaki #C1B764
Tints of Dark Khaki #C1B764
RGB
CMYK
RGB Variations
Color information
#C1B764 (or 0xC1B764) is known color: Dark Khaki. HEX triplet: C1, B7 and 64. RGB value is (193,183,100). Sum of RGB (Red+Green+Blue) = 193+183+100=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B764 is #3E489B. Grayscale: #B0B0B0. Windows color (decimal): -4081820 or 6600641. OLE color: 6600641.
HSL color Cylindrical-coordinate representation of color #C1B764: hue angle of 53.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1B764 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 100 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.24 |
| HSL | 53.55º | 0.43% | 0.57% | - |
| HSV(B) | 53.55º | 0.48% | 0.76% | - |
| XYZ | 41.23 | 46.12 | 18.79 | - |
| YUV | 176.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 100 | 0 | 0.05 | 0.48 | 0.24 | 53.55 | 0.43 | 0.57 |
| Hex | C1 | B7 | 64 | 0 | 5 | 30 | 18 | 36 | 2B | 39 |
| Octal | 301 | 267 | 144 | 0 | 5 | 60 | 30 | 66 | 53 | 71 |
| Binary | 11000001 | 10110111 | 1100100 | 0 | 101 | 110000 | 11000 | 110110 | 101011 | 111001 |
Color Harmonies of #C1B764
Complementary color
Monochromatic Colors of #C1B764
Black with #C1B764
Text Example
Text Example
White with #C1B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B764; }
p { color: rgb(193,183,100); }
H1.HeaderClassName
{
color: #C1B764;
}
.AnyTagClassName
{
color: #C1B764;
}
</style>
background-color css
<style>
a { background-color: #C1B764; }
a { background-color: rgb(193,183,100); }
div.DivClassName
{
background-color: #C1B764;
}
.BgClassName
{
background-color: #C1B764;
}
</style>
border-color css
<style>
span { border-color: #C1B764; }
span { border-color: rgb(193,183,100); }
td.TdClassName
{
border-color: #C1B764;
}
.TagClassName
{
border-color: #C1B764;
}
</style>