#C1A26A

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

Shades of Fallow #C1A26A

Tints of Fallow #C1A26A

Color information

#C1A26A (or 0xC1A26A) is unknown color: approx Fallow. HEX triplet: C1, A2 and 6A. RGB value is (193,162,106). Sum of RGB (Red+Green+Blue) = 193+162+106=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A26A is #3E5D95. Grayscale: #A5A5A5. Windows color (decimal): -4087190 or 6988481. OLE color: 6988481.

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

Color convert

RGB193162106-
CMYK00.160.450.24
HSL38.62º41.23%58.63%-
HSV(B)38.62º45.08%75.69%-
XYZ37.5138.2219.04-
YUV164.8894.77148.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=41.87%
G=35.14%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316210600.160.450.2438.6241.2358.63
HexC1A26A0102D1827293b
Octal3012421520205530475173
Binary1100000110100010110101001000010110111000100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A26A; }

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

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

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

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

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

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

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

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