#C3A46E

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

Shades of Fallow #C3A46E

Tints of Fallow #C3A46E

Color information

#C3A46E (or 0xC3A46E) is unknown color: approx Fallow. HEX triplet: C3, A4 and 6E. RGB value is (195,164,110). Sum of RGB (Red+Green+Blue) = 195+164+110=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A46E is #3C5B91. Grayscale: #A7A7A7. Windows color (decimal): -3955602 or 7251139. OLE color: 7251139.

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

Color convert

RGB195164110-
CMYK00.160.440.24
HSL38.12º41.46%59.8%-
HSV(B)38.12º43.59%76.47%-
XYZ38.639.2820.3-
YUV167.1195.77147.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=41.58%
G=34.97%
B=23.45%

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
Decimal19516411000.160.440.2438.1241.4659.8
HexC3A46E0102C1826293c
Octal3032441560205430465174
Binary1100001110100100110111001000010110011000100110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A46E; }

 p { color: rgb(195,164,110); }

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

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

 a { background-color: rgb(195,164,110); }

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

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

 span { border-color: rgb(195,164,110); }

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