#C2B96F

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

Shades of Dark Khaki #C2B96F

Tints of Dark Khaki #C2B96F

Color information

#C2B96F (or 0xC2B96F) is unknown color: approx Dark Khaki. HEX triplet: C2, B9 and 6F. RGB value is (194,185,111). Sum of RGB (Red+Green+Blue) = 194+185+111=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96F is #3D4690. Grayscale: #B3B3B3. Windows color (decimal): -4015761 or 7322050. OLE color: 7322050.

HSL color Cylindrical-coordinate representation of color #C2B96F: hue angle of 53.49º degrees, saturation: 0.4, 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 #C2B96F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194185111-
CMYK00.050.430.24
HSL53.49º40.49%59.8%-
HSV(B)53.49º42.78%76.08%-
XYZ42.4747.3121.93-
YUV179.2689.48138.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=39.59%
G=37.76%
B=22.65%

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
Decimal19418511100.050.430.2453.4940.4959.8
HexC2B96F052B1835283c
Octal302271157055330655074
Binary11000010101110011101111010110101111000110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B96F; }

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

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

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

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

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

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

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

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