#C3A46D

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

Shades of Fallow #C3A46D

Tints of Fallow #C3A46D

Color information

#C3A46D (or 0xC3A46D) is unknown color: approx Fallow. HEX triplet: C3, A4 and 6D. RGB value is (195,164,109). Sum of RGB (Red+Green+Blue) = 195+164+109=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A46D is #3C5B92. Grayscale: #A7A7A7. Windows color (decimal): -3955603 or 7185603. OLE color: 7185603.

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

Color convert

RGB195164109-
CMYK00.160.440.24
HSL38.37º41.75%59.61%-
HSV(B)38.37º44.1%76.47%-
XYZ38.5439.2620.01-
YUV16795.27147.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=41.67%
G=35.04%
B=23.29%

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
Decimal19516410900.160.440.2438.3741.7559.61
HexC3A46D0102C18262a3c
Octal3032441550205430465274
Binary1100001110100100110110101000010110011000100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A46D; }

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

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

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

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

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

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

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

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