#C2B86E

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

Shades of Dark Khaki #C2B86E

Tints of Dark Khaki #C2B86E

Color information

#C2B86E (or 0xC2B86E) is unknown color: approx Dark Khaki. HEX triplet: C2, B8 and 6E. RGB value is (194,184,110). Sum of RGB (Red+Green+Blue) = 194+184+110=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B86E is #3D4791. Grayscale: #B2B2B2. Windows color (decimal): -4016018 or 7256258. OLE color: 7256258.

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

Color convert

RGB194184110-
CMYK00.050.430.24
HSL52.86º40.78%59.61%-
HSV(B)52.86º43.3%76.08%-
XYZ42.246.8821.58-
YUV178.5589.31139.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=39.75%
G=37.70%
B=22.54%

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
Decimal19418411000.050.430.2452.8640.7859.61
HexC2B86E052B1835293c
Octal302270156055330655174
Binary11000010101110001101110010110101111000110101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B86E; }

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

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

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

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

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

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

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

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