#C7C164

Color #C7C164 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C7C164

Tints of Dark Khaki #C7C164

Color information

#C7C164 (or 0xC7C164) is unknown color: approx 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

RGB199193100-
CMYK00.030.500.22
HSL56.36º46.92%58.63%-
HSV(B)56.36º49.75%78.04%-
XYZ44.9251.219.57-
YUV184.1980.49138.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 100 (39.45% from 255) = 20.33%
R=40.45%
G=39.23%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919310000.030.500.2256.3646.9258.63
HexC7C164033216382f3b
Octal307301144036226705773
Binary1100011111000001110010001111001010110111000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>