#c4a269

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

Shades of Fallow #C4A269

Tints of Fallow #C4A269

Color information

#C4A269 (or 0xC4A269) is unknown color: approx Fallow. HEX triplet: C4, A2 and 69. RGB value is (196,162,105). Sum of RGB (Red+Green+Blue) = 196+162+105=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A269 is #3B5D96. Grayscale: #A5A5A5. Windows color (decimal): -3890583 or 6922948. OLE color: 6922948.

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

Color convert

RGB196162105-
CMYK00.170.460.23
HSL37.58º43.54%59.02%-
HSV(B)37.58º46.43%76.86%-
XYZ38.2438.618.8-
YUV165.6793.76149.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=42.33%
G=34.99%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616210500.170.460.2337.5843.5459.02
HexC4A2690112E17262c3b
Octal3042421510215627465473
Binary1100010010100010110100101000110111010111100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a269; }

 p { color: rgb(196,162,105); }

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

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

 a { background-color: rgb(196,162,105); }

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

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

 span { border-color: rgb(196,162,105); }

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