#C2C071

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

Shades of Dark Khaki #C2C071

Tints of Dark Khaki #C2C071

Color information

#C2C071 (or 0xC2C071) is unknown color: approx Dark Khaki. HEX triplet: C2, C0 and 71. RGB value is (194,192,113). Sum of RGB (Red+Green+Blue) = 194+192+113=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C071 is #3D3F8E. Grayscale: #B7B7B7. Windows color (decimal): -4013967 or 7454914. OLE color: 7454914.

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

Color convert

RGB194192113-
CMYK00.010.420.24
HSL58.52º39.9%60.2%-
HSV(B)58.52º41.75%76.08%-
XYZ44.0850.3623.02-
YUV183.5988.16135.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=38.88%
G=38.48%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419211300.010.420.2458.5239.960.2
HexC2C071012A183b283c
Octal302300161015230735074
Binary110000101100000011100010110101011000111011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C071; }

 p { color: rgb(194,192,113); }

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

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

 a { background-color: rgb(194,192,113); }

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

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

 span { border-color: rgb(194,192,113); }

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