#C3BA6F

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

Shades of Dark Khaki #C3BA6F

Tints of Dark Khaki #C3BA6F

Color information

#C3BA6F (or 0xC3BA6F) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 6F. RGB value is (195,186,111). Sum of RGB (Red+Green+Blue) = 195+186+111=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA6F is #3C4590. Grayscale: #B4B4B4. Windows color (decimal): -3949969 or 7322307. OLE color: 7322307.

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

Color convert

RGB195186111-
CMYK00.050.430.24
HSL53.57º41.18%60%-
HSV(B)53.57º43.08%76.47%-
XYZ42.9347.8722.02-
YUV180.1488.98138.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=39.63%
G=37.80%
B=22.56%

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
Decimal19518611100.050.430.2453.5741.1860
HexC3BA6F052B1836293c
Octal303272157055330665174
Binary11000011101110101101111010110101111000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA6F; }

 p { color: rgb(195,186,111); }

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

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

 a { background-color: rgb(195,186,111); }

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

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

 span { border-color: rgb(195,186,111); }

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