#C2A46D

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

Shades of Fallow #C2A46D

Tints of Fallow #C2A46D

Color information

#C2A46D (or 0xC2A46D) is unknown color: approx Fallow. HEX triplet: C2, A4 and 6D. RGB value is (194,164,109). Sum of RGB (Red+Green+Blue) = 194+164+109=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A46D is #3D5B92. Grayscale: #A6A6A6. Windows color (decimal): -4021139 or 7185602. OLE color: 7185602.

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

Color convert

RGB194164109-
CMYK00.150.440.24
HSL38.82º41.06%59.41%-
HSV(B)38.82º43.81%76.08%-
XYZ38.2839.1220-
YUV166.795.44147.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=41.54%
G=35.12%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416410900.150.440.2438.8241.0659.41
HexC2A46D0F2C1827293b
Octal3022441550175430475173
Binary110000101010010011011010111110110011000100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A46D; }

 p { color: rgb(194,164,109); }

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

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

 a { background-color: rgb(194,164,109); }

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

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

 span { border-color: rgb(194,164,109); }

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