#C2B46F

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

Shades of Dark Khaki #C2B46F

Tints of Dark Khaki #C2B46F

Color information

#C2B46F (or 0xC2B46F) is unknown color: approx Dark Khaki. HEX triplet: C2, B4 and 6F. RGB value is (194,180,111). Sum of RGB (Red+Green+Blue) = 194+180+111=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46F is #3D4B90. Grayscale: #B0B0B0. Windows color (decimal): -4017041 or 7320770. OLE color: 7320770.

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

Color convert

RGB194180111-
CMYK00.070.430.24
HSL49.88º40.49%59.8%-
HSV(B)49.88º42.78%76.08%-
XYZ41.4445.2621.59-
YUV176.3291.14140.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=40%
G=37.11%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418011100.070.430.2449.8840.4959.8
HexC2B46F072B1832283c
Octal302264157075330625074
Binary11000010101101001101111011110101111000110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B46F; }

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

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

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

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

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

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

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

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