#C2B46B

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

Shades of Dark Khaki #C2B46B

Tints of Dark Khaki #C2B46B

Color information

#C2B46B (or 0xC2B46B) is unknown color: approx Dark Khaki. HEX triplet: C2, B4 and 6B. RGB value is (194,180,107). Sum of RGB (Red+Green+Blue) = 194+180+107=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46B is #3D4B94. Grayscale: #B0B0B0. Windows color (decimal): -4017045 or 7058626. OLE color: 7058626.

HSL color Cylindrical-coordinate representation of color #C2B46B: hue angle of 50.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2B46B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194180107-
CMYK00.070.450.24
HSL50.34º41.63%59.02%-
HSV(B)50.34º44.85%76.08%-
XYZ41.2245.1720.46-
YUV175.8689.14140.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=40.33%
G=37.42%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418010700.070.450.2450.3441.6359.02
HexC2B46B072D18322a3b
Octal302264153075530625273
Binary11000010101101001101011011110110111000110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B46B; }

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

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

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

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

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

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

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

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