#c4a46b

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

Shades of Fallow #C4A46B

Tints of Fallow #C4A46B

Color information

#C4A46B (or 0xC4A46B) is unknown color: approx Fallow. HEX triplet: C4, A4 and 6B. RGB value is (196,164,107). Sum of RGB (Red+Green+Blue) = 196+164+107=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A46B is #3B5B94. Grayscale: #A7A7A7. Windows color (decimal): -3890069 or 7054532. OLE color: 7054532.

HSL color Cylindrical-coordinate representation of color #C4A46B: hue angle of 38.43º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A46B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196164107-
CMYK00.160.450.23
HSL38.43º43%59.41%-
HSV(B)38.43º45.41%76.86%-
XYZ38.6939.3519.47-
YUV167.0794.1148.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=41.97%
G=35.12%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616410700.160.450.2338.434359.41
HexC4A46B0102D17262b3b
Octal3042441530205527465373
Binary1100010010100100110101101000010110110111100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a46b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a46b; }

 p { color: rgb(196,164,107); }

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

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

 a { background-color: rgb(196,164,107); }

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

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

 span { border-color: rgb(196,164,107); }

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