#C2A36C

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

Shades of Fallow #C2A36C

Tints of Fallow #C2A36C

Color information

#C2A36C (or 0xC2A36C) is unknown color: approx Fallow. HEX triplet: C2, A3 and 6C. RGB value is (194,163,108). Sum of RGB (Red+Green+Blue) = 194+163+108=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A36C is #3D5C93. Grayscale: #A6A6A6. Windows color (decimal): -4021396 or 7119810. OLE color: 7119810.

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

Color convert

RGB194163108-
CMYK00.160.440.24
HSL38.37º41.35%59.22%-
HSV(B)38.37º44.33%76.08%-
XYZ38.0538.7519.66-
YUV16695.27147.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=41.72%
G=35.05%
B=23.23%

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
Decimal19416310800.160.440.2438.3741.3559.22
HexC2A36C0102C1826293b
Octal3022431540205430465173
Binary1100001010100011110110001000010110011000100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A36C; }

 p { color: rgb(194,163,108); }

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

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

 a { background-color: rgb(194,163,108); }

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

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

 span { border-color: rgb(194,163,108); }

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