#C1C16A

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

Shades of Dark Khaki #C1C16A

Tints of Dark Khaki #C1C16A

Color information

#C1C16A (or 0xC1C16A) is unknown color: approx Dark Khaki. HEX triplet: C1, C1 and 6A. RGB value is (193,193,106). Sum of RGB (Red+Green+Blue) = 193+193+106=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C16A is #3E3E95. Grayscale: #B7B7B7. Windows color (decimal): -4079254 or 6996417. OLE color: 6996417.

HSL color Cylindrical-coordinate representation of color #C1C16A: hue angle of 60º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1C16A is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193193106-
CMYK000.450.24
HSL60º41.23%58.63%-
HSV(B)60º45.08%75.69%-
XYZ43.6650.5221.09-
YUV183.0884.5135.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=39.23%
G=39.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193106000.450.246041.2358.63
HexC1C16A002D183c293b
Octal301301152005530745173
Binary110000011100000111010100010110111000111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C16A; }

 p { color: rgb(193,193,106); }

 H1.HeaderClassName
 {
   color: #C1C16A;
 }
 .AnyTagClassName
 {
   color: #C1C16A;
 }
</style>
background-color css

<style>
 a { background-color: #C1C16A; }

 a { background-color: rgb(193,193,106); }

 div.DivClassName
 {
   background-color: #C1C16A;
 }
 .BgClassName
 {
   background-color: #C1C16A;
 }
</style>
border-color css

<style>
 span { border-color: #C1C16A; }

 span { border-color: rgb(193,193,106); }

 td.TdClassName
 {
   border-color: #C1C16A;
 }
 .TagClassName
 {
   border-color: #C1C16A;
 }
</style>