#C2A077

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

Shades of Fallow #C2A077

Tints of Fallow #C2A077

Color information

#C2A077 (or 0xC2A077) is unknown color: approx Fallow. HEX triplet: C2, A0 and 77. RGB value is (194,160,119). Sum of RGB (Red+Green+Blue) = 194+160+119=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A077 is #3D5F88. Grayscale: #A5A5A5. Windows color (decimal): -4022153 or 7839938. OLE color: 7839938.

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

Color convert

RGB194160119-
CMYK00.180.390.24
HSL32.8º38.07%61.37%-
HSV(B)32.8º38.66%76.08%-
XYZ38.1537.9422.77-
YUV165.49101.76148.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=41.01%
G=33.83%
B=25.16%

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
Decimal19416011900.180.390.2432.838.0761.37
HexC2A077012271821263d
Octal3022401670224730414675
Binary1100001010100000111011101001010011111000100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A077; }

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

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

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

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

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

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

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

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