#C1C16E

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

Shades of Dark Khaki #C1C16E

Tints of Dark Khaki #C1C16E

Color information

#C1C16E (or 0xC1C16E) is unknown color: approx Dark Khaki. HEX triplet: C1, C1 and 6E. RGB value is (193,193,110). Sum of RGB (Red+Green+Blue) = 193+193+110=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C16E is #3E3E91. Grayscale: #B7B7B7. Windows color (decimal): -4079250 or 7258561. OLE color: 7258561.

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

Color convert

RGB193193110-
CMYK000.430.24
HSL60º40.1%59.41%-
HSV(B)60º43.01%75.69%-
XYZ43.8850.622.21-
YUV183.5486.5134.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=38.91%
G=38.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193110000.430.246040.159.41
HexC1C16E002B183c283b
Octal301301156005330745073
Binary110000011100000111011100010101111000111100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C16E; }

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

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

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

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

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

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

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

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