#C1A374

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

Shades of Fallow #C1A374

Tints of Fallow #C1A374

Color information

#C1A374 (or 0xC1A374) is unknown color: approx Fallow. HEX triplet: C1, A3 and 74. RGB value is (193,163,116). Sum of RGB (Red+Green+Blue) = 193+163+116=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A374 is #3E5C8B. Grayscale: #A6A6A6. Windows color (decimal): -4086924 or 7644097. OLE color: 7644097.

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

Color convert

RGB193163116-
CMYK00.160.400.24
HSL36.62º38.31%60.59%-
HSV(B)36.62º39.9%75.69%-
XYZ38.2438.7922-
YUV166.6199.44146.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=40.89%
G=34.53%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316311600.160.400.2436.6238.3160.59
HexC1A374010281825263d
Octal3012431640205030454675
Binary1100000110100011111010001000010100011000100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A374; }

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

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

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

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

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

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

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

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