#C1A26C

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

Shades of Fallow #C1A26C

Tints of Fallow #C1A26C

Color information

#C1A26C (or 0xC1A26C) is unknown color: approx Fallow. HEX triplet: C1, A2 and 6C. RGB value is (193,162,108). Sum of RGB (Red+Green+Blue) = 193+162+108=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A26C is #3E5D93. Grayscale: #A5A5A5. Windows color (decimal): -4087188 or 7119553. OLE color: 7119553.

HSL color Cylindrical-coordinate representation of color #C1A26C: hue angle of 38.12º degrees, saturation: 0.41, 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 #C1A26C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193162108-
CMYK00.160.440.24
HSL38.12º40.67%59.02%-
HSV(B)38.12º44.04%75.69%-
XYZ37.6238.2619.59-
YUV165.1195.77147.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=41.68%
G=34.99%
B=23.33%

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
Decimal19316210800.160.440.2438.1240.6759.02
HexC1A26C0102C1826293b
Octal3012421540205430465173
Binary1100000110100010110110001000010110011000100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A26C; }

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

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

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

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

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

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

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

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