#C4A16C

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

Shades of Fallow #C4A16C

Tints of Fallow #C4A16C

Color information

#C4A16C (or 0xC4A16C) is unknown color: approx Fallow. HEX triplet: C4, A1 and 6C. RGB value is (196,161,108). Sum of RGB (Red+Green+Blue) = 196+161+108=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A16C is #3B5E93. Grayscale: #A5A5A5. Windows color (decimal): -3890836 or 7119300. OLE color: 7119300.

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

Color convert

RGB196161108-
CMYK00.180.450.23
HSL36.14º42.72%59.61%-
HSV(B)36.14º44.9%76.86%-
XYZ38.2238.3119.57-
YUV165.4295.6149.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=42.15%
G=34.62%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616110800.180.450.2336.1442.7259.61
HexC4A16C0122D17242b3c
Octal3042411540225527445374
Binary1100010010100001110110001001010110110111100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A16C; }

 p { color: rgb(196,161,108); }

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

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

 a { background-color: rgb(196,161,108); }

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

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

 span { border-color: rgb(196,161,108); }

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