Shades of Dark Khaki #C7C164
Tints of Dark Khaki #C7C164
RGB
CMYK
RGB Variations
Color information
#C7C164 (or 0xC7C164) is known color: Dark Khaki. HEX triplet: C7, C1 and 64. RGB value is (199,193,100). Sum of RGB (Red+Green+Blue) = 199+193+100=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C164 is #383E9B. Grayscale: #B8B8B8. Windows color (decimal): -3686044 or 6603207. OLE color: 6603207.
HSL color Cylindrical-coordinate representation of color #C7C164: hue angle of 56.36º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7C164 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 100 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.22 |
| HSL | 56.36º | 0.47% | 0.59% | - |
| HSV(B) | 56.36º | 0.5% | 0.78% | - |
| XYZ | 44.92 | 51.2 | 19.57 | - |
| YUV | 184.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 100 | 0 | 0.03 | 0.50 | 0.22 | 56.36 | 0.47 | 0.59 |
| Hex | C7 | C1 | 64 | 0 | 3 | 32 | 16 | 38 | 2F | 3B |
| Octal | 307 | 301 | 144 | 0 | 3 | 62 | 26 | 70 | 57 | 73 |
| Binary | 11000111 | 11000001 | 1100100 | 0 | 11 | 110010 | 10110 | 111000 | 101111 | 111011 |
Color Harmonies of #C7C164
Complementary color
Monochromatic Colors of #C7C164
Black with #C7C164
Text Example
Text Example
White with #C7C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C164; }
p { color: rgb(199,193,100); }
H1.HeaderClassName
{
color: #C7C164;
}
.AnyTagClassName
{
color: #C7C164;
}
</style>
background-color css
<style>
a { background-color: #C7C164; }
a { background-color: rgb(199,193,100); }
div.DivClassName
{
background-color: #C7C164;
}
.BgClassName
{
background-color: #C7C164;
}
</style>
border-color css
<style>
span { border-color: #C7C164; }
span { border-color: rgb(199,193,100); }
td.TdClassName
{
border-color: #C7C164;
}
.TagClassName
{
border-color: #C7C164;
}
</style>