#C1A36D

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

Shades of Fallow #C1A36D

Tints of Fallow #C1A36D

Color information

#C1A36D (or 0xC1A36D) is unknown color: approx Fallow. HEX triplet: C1, A3 and 6D. RGB value is (193,163,109). Sum of RGB (Red+Green+Blue) = 193+163+109=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A36D is #3E5C92. Grayscale: #A6A6A6. Windows color (decimal): -4086931 or 7185345. OLE color: 7185345.

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

Color convert

RGB193163109-
CMYK00.160.440.24
HSL38.57º40.38%59.22%-
HSV(B)38.57º43.52%75.69%-
XYZ37.8538.6419.93-
YUV165.8195.94147.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=41.51%
G=35.05%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316310900.160.440.2438.5740.3859.22
HexC1A36D0102C1827283b
Octal3012431550205430475073
Binary1100000110100011110110101000010110011000100111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A36D; }

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

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

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

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

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

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

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

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