#C3A476

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

Shades of Fallow #C3A476

Tints of Fallow #C3A476

Color information

#C3A476 (or 0xC3A476) is unknown color: approx Fallow. HEX triplet: C3, A4 and 76. RGB value is (195,164,118). Sum of RGB (Red+Green+Blue) = 195+164+118=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A476 is #3C5B89. Grayscale: #A8A8A8. Windows color (decimal): -3955594 or 7775427. OLE color: 7775427.

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

Color convert

RGB195164118-
CMYK00.160.390.24
HSL35.84º39.09%61.37%-
HSV(B)35.84º39.49%76.47%-
XYZ39.0539.4622.7-
YUV168.0299.77147.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=40.88%
G=34.38%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516411800.160.390.2435.8439.0961.37
HexC3A476010271824273d
Octal3032441660204730444775
Binary1100001110100100111011001000010011111000100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A476; }

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

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

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

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

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

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

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

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