#C3A26F

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

Shades of Fallow #C3A26F

Tints of Fallow #C3A26F

Color information

#C3A26F (or 0xC3A26F) is unknown color: approx Fallow. HEX triplet: C3, A2 and 6F. RGB value is (195,162,111). Sum of RGB (Red+Green+Blue) = 195+162+111=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A26F is #3C5D90. Grayscale: #A6A6A6. Windows color (decimal): -3956113 or 7316163. OLE color: 7316163.

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

Color convert

RGB195162111-
CMYK00.170.430.24
HSL36.43º41.18%60%-
HSV(B)36.43º43.08%76.47%-
XYZ38.338.5920.47-
YUV166.0596.93148.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=41.67%
G=34.62%
B=23.72%

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
Decimal19516211100.170.430.2436.4341.1860
HexC3A26F0112B1824293c
Octal3032421570215330445174
Binary1100001110100010110111101000110101111000100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A26F; }

 p { color: rgb(195,162,111); }

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

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

 a { background-color: rgb(195,162,111); }

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

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

 span { border-color: rgb(195,162,111); }

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