#C1A26E

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

Shades of Fallow #C1A26E

Tints of Fallow #C1A26E

Color information

#C1A26E (or 0xC1A26E) is unknown color: approx Fallow. HEX triplet: C1, A2 and 6E. RGB value is (193,162,110). Sum of RGB (Red+Green+Blue) = 193+162+110=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A26E is #3E5D91. Grayscale: #A5A5A5. Windows color (decimal): -4087186 or 7250625. OLE color: 7250625.

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

Color convert

RGB193162110-
CMYK00.160.430.24
HSL37.59º40.1%59.41%-
HSV(B)37.59º43.01%75.69%-
XYZ37.7338.320.16-
YUV165.3496.77147.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=41.51%
G=34.84%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316211000.160.430.2437.5940.159.41
HexC1A26E0102B1826283b
Octal3012421560205330465073
Binary1100000110100010110111001000010101111000100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A26E; }

 p { color: rgb(193,162,110); }

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

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

 a { background-color: rgb(193,162,110); }

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

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

 span { border-color: rgb(193,162,110); }

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