#C2A46B

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

Shades of Fallow #C2A46B

Tints of Fallow #C2A46B

Color information

#C2A46B (or 0xC2A46B) is unknown color: approx Fallow. HEX triplet: C2, A4 and 6B. RGB value is (194,164,107). Sum of RGB (Red+Green+Blue) = 194+164+107=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A46B is #3D5B94. Grayscale: #A6A6A6. Windows color (decimal): -4021141 or 7054530. OLE color: 7054530.

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

Color convert

RGB194164107-
CMYK00.150.450.24
HSL39.31º41.63%59.02%-
HSV(B)39.31º44.85%76.08%-
XYZ38.1839.0819.44-
YUV166.4794.44147.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=41.72%
G=35.27%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416410700.150.450.2439.3141.6359.02
HexC2A46B0F2D18272a3b
Octal3022441530175530475273
Binary110000101010010011010110111110110111000100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A46B; }

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

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

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

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

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

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

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

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