#C2C167

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

Shades of Dark Khaki #C2C167

Tints of Dark Khaki #C2C167

Color information

#C2C167 (or 0xC2C167) is unknown color: approx Dark Khaki. HEX triplet: C2, C1 and 67. RGB value is (194,193,103). Sum of RGB (Red+Green+Blue) = 194+193+103=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C167 is #3D3E98. Grayscale: #B7B7B7. Windows color (decimal): -4013721 or 6799810. OLE color: 6799810.

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

Color convert

RGB194193103-
CMYK00.010.470.24
HSL59.34º42.72%58.24%-
HSV(B)59.34º46.91%76.08%-
XYZ43.7750.5920.29-
YUV183.0482.83135.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=39.59%
G=39.39%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419310300.010.470.2459.3442.7258.24
HexC2C167012F183b2b3a
Octal302301147015730735372
Binary110000101100000111001110110111111000111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C167; }

 p { color: rgb(194,193,103); }

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

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

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

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

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

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

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