#c2a076

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

Shades of Fallow #C2A076

Tints of Fallow #C2A076

Color information

#C2A076 (or 0xC2A076) is unknown color: approx Fallow. HEX triplet: C2, A0 and 76. RGB value is (194,160,118). Sum of RGB (Red+Green+Blue) = 194+160+118=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A076 is #3D5F89. Grayscale: #A5A5A5. Windows color (decimal): -4022154 or 7774402. OLE color: 7774402.

HSL color Cylindrical-coordinate representation of color #C2A076: hue angle of 33.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2A076 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194160118-
CMYK00.180.390.24
HSL33.16º38.38%61.18%-
HSV(B)33.16º39.18%76.08%-
XYZ38.0937.9222.45-
YUV165.38101.26148.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 118 (46.48% from 255) = 25%
R=41.10%
G=33.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416011800.180.390.2433.1638.3861.18
HexC2A076012271821263d
Octal3022401660224730414675
Binary1100001010100000111011001001010011111000100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2a076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2a076; }

 p { color: rgb(194,160,118); }

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

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

 a { background-color: rgb(194,160,118); }

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

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

 span { border-color: rgb(194,160,118); }

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