#C1C269

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

Shades of Dark Khaki #C1C269

Tints of Dark Khaki #C1C269

Color information

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

HSL color Cylindrical-coordinate representation of color #C1C269: hue angle of 60.67º 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 #C1C269 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193194105-
CMYK0.0100.460.24
HSL60.67º42.18%58.63%-
HSV(B)60.67º45.88%76.08%-
XYZ43.8350.9420.89-
YUV183.5683.67134.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931941050.0100.460.2460.6742.1858.63
HexC1C269102E183d2a3b
Octal301302151105630755273
Binary110000011100001011010011010111011000111101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C269; }

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

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

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

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

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

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

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

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