#C2A177

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

Shades of Fallow #C2A177

Tints of Fallow #C2A177

Color information

#C2A177 (or 0xC2A177) is unknown color: approx Fallow. HEX triplet: C2, A1 and 77. RGB value is (194,161,119). Sum of RGB (Red+Green+Blue) = 194+161+119=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A177 is #3D5E88. Grayscale: #A6A6A6. Windows color (decimal): -4021897 or 7840194. OLE color: 7840194.

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

Color convert

RGB194161119-
CMYK00.170.390.24
HSL33.6º38.07%61.37%-
HSV(B)33.6º38.66%76.08%-
XYZ38.3238.2922.82-
YUV166.08101.43147.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.93%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=40.93%
G=33.97%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416111900.170.390.2433.638.0761.37
HexC2A177011271822263d
Octal3022411670214730424675
Binary1100001010100001111011101000110011111000100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A177; }

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

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

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

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

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

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

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

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