#C2B96E

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

Shades of Dark Khaki #C2B96E

Tints of Dark Khaki #C2B96E

Color information

#C2B96E (or 0xC2B96E) is unknown color: approx Dark Khaki. HEX triplet: C2, B9 and 6E. RGB value is (194,185,110). Sum of RGB (Red+Green+Blue) = 194+185+110=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96E is #3D4691. Grayscale: #B3B3B3. Windows color (decimal): -4015762 or 7256514. OLE color: 7256514.

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

Color convert

RGB194185110-
CMYK00.050.430.24
HSL53.57º40.78%59.61%-
HSV(B)53.57º43.3%76.08%-
XYZ42.4147.2921.64-
YUV179.1488.98138.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 110 (43.36% from 255) = 22.49%
R=39.67%
G=37.83%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418511000.050.430.2453.5740.7859.61
HexC2B96E052B1836293c
Octal302271156055330665174
Binary11000010101110011101110010110101111000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B96E; }

 p { color: rgb(194,185,110); }

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

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

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

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

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

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

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