#C1A06E

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

Shades of Fallow #C1A06E

Tints of Fallow #C1A06E

Color information

#C1A06E (or 0xC1A06E) is unknown color: approx Fallow. HEX triplet: C1, A0 and 6E. RGB value is (193,160,110). Sum of RGB (Red+Green+Blue) = 193+160+110=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A06E is #3E5F91. Grayscale: #A4A4A4. Windows color (decimal): -4087698 or 7250113. OLE color: 7250113.

HSL color Cylindrical-coordinate representation of color #C1A06E: hue angle of 36.14º 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 #C1A06E is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB193160110-
CMYK00.170.430.24
HSL36.14º40.1%59.41%-
HSV(B)36.14º43.01%75.69%-
XYZ37.3837.620.04-
YUV164.1797.43148.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=41.68%
G=34.56%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316011000.170.430.2436.1440.159.41
HexC1A06E0112B1824283b
Octal3012401560215330445073
Binary1100000110100000110111001000110101111000100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A06E; }

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

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

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

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

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

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

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

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