#C1A377

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

Shades of Fallow #C1A377

Tints of Fallow #C1A377

Color information

#C1A377 (or 0xC1A377) is unknown color: approx Fallow. HEX triplet: C1, A3 and 77. RGB value is (193,163,119). Sum of RGB (Red+Green+Blue) = 193+163+119=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A377 is #3E5C88. Grayscale: #A7A7A7. Windows color (decimal): -4086921 or 7840705. OLE color: 7840705.

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

Color convert

RGB193163119-
CMYK00.160.380.24
HSL35.68º37.37%61.18%-
HSV(B)35.68º38.34%75.69%-
XYZ38.4238.8622.93-
YUV166.95100.94146.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=40.63%
G=34.32%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316311900.160.380.2435.6837.3761.18
HexC1A377010261824253d
Octal3012431670204630444575
Binary1100000110100011111011101000010011011000100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A377; }

 p { color: rgb(193,163,119); }

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

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

 a { background-color: rgb(193,163,119); }

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

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

 span { border-color: rgb(193,163,119); }

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