#C2C169

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

Shades of Dark Khaki #C2C169

Tints of Dark Khaki #C2C169

Color information

#C2C169 (or 0xC2C169) is unknown color: approx Dark Khaki. HEX triplet: C2, C1 and 69. RGB value is (194,193,105). Sum of RGB (Red+Green+Blue) = 194+193+105=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C169 is #3D3E96. Grayscale: #B7B7B7. Windows color (decimal): -4013719 or 6930882. OLE color: 6930882.

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

Color convert

RGB194193105-
CMYK00.010.460.24
HSL59.33º42.18%58.63%-
HSV(B)59.33º45.88%76.08%-
XYZ43.8750.6320.82-
YUV183.2783.83135.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=39.43%
G=39.23%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419310500.010.460.2459.3342.1858.63
HexC2C169012E183b2a3b
Octal302301151015630735273
Binary110000101100000111010010110111011000111011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C169; }

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

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

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

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

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

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

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

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